Skip to content

Commit 7bfdafa

Browse files
committed
Merge pull request dpkp#184 from itsyarkee/master
Update setup.py
2 parents ae6b49a + fa9d921 commit 7bfdafa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
from setuptools import setup, Command
44

5+
from kafka import __version__
56

67
class Tox(Command):
78

@@ -20,7 +21,7 @@ def run(self):
2021

2122
setup(
2223
name="kafka-python",
23-
version="0.9.1",
24+
version=__version__,
2425

2526
tests_require=["tox", "mock"],
2627
cmdclass={"test": Tox},

0 commit comments

Comments
 (0)