Skip to content

Commit fa96a81

Browse files
author
ribx
authored
Update setup.py
1 parent e2a5dd9 commit fa96a81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from setuptools import setup
22

3-
__version__ = "0.1.1"
3+
from version import __version__
44

55
def long_description():
66
descr = open('README.rst', 'r').read()

0 commit comments

Comments
 (0)