mirror of
https://github.com/sprockets/sprockets.mixins.avro-publisher.git
synced 2024-11-25 03:00:23 +00:00
Bump version to 1.0.1.
This commit is contained in:
parent
6132f11d70
commit
5cad25c511
2 changed files with 2 additions and 2 deletions
2
setup.py
2
setup.py
|
@ -9,7 +9,7 @@ with open(requires) as handle:
|
|||
|
||||
setuptools.setup(
|
||||
name='sprockets.mixins.avro-publisher',
|
||||
version='1.0.0',
|
||||
version='1.0.1',
|
||||
description='Mixin for publishing events to RabbitMQ as avro datums',
|
||||
long_description=open('README.rst').read(),
|
||||
url='https://github.com/sprockets/sprockets.mixins.avro-publisher',
|
||||
|
|
|
@ -28,7 +28,7 @@ from tornado import httpclient
|
|||
import avro.io
|
||||
import avro.schema
|
||||
|
||||
version_info = (1, 0, 0)
|
||||
version_info = (1, 0, 1)
|
||||
__version__ = '.'.join(str(v) for v in version_info)
|
||||
|
||||
LOGGER = logging.getLogger(__name__)
|
||||
|
|
Loading…
Reference in a new issue