mirror of
https://github.com/sprockets/sprockets.mixins.avro-publisher.git
synced 2024-11-25 03:00:23 +00:00
Change version to 3.0.0
This commit is contained in:
parent
f93bc954ed
commit
a06f5ef614
1 changed files with 3 additions and 1 deletions
4
setup.py
4
setup.py
|
@ -3,6 +3,8 @@ import os.path
|
||||||
|
|
||||||
import setuptools
|
import setuptools
|
||||||
|
|
||||||
|
from sprockets.mixins.avro_publisher import __version__
|
||||||
|
|
||||||
|
|
||||||
def read_requirements(name):
|
def read_requirements(name):
|
||||||
requirements = []
|
requirements = []
|
||||||
|
@ -23,7 +25,7 @@ def read_requirements(name):
|
||||||
|
|
||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
name='sprockets.mixins.avro-publisher',
|
name='sprockets.mixins.avro-publisher',
|
||||||
version='2.1.0',
|
version=__version__,
|
||||||
description='Mixin for publishing events to RabbitMQ as avro datums',
|
description='Mixin for publishing events to RabbitMQ as avro datums',
|
||||||
long_description=open('README.rst').read(),
|
long_description=open('README.rst').read(),
|
||||||
url='https://github.com/sprockets/sprockets.mixins.avro-publisher',
|
url='https://github.com/sprockets/sprockets.mixins.avro-publisher',
|
||||||
|
|
Loading…
Reference in a new issue