Embed version in module

This commit is contained in:
dave 2015-12-31 15:37:14 -08:00
parent e62182eb57
commit 9265bcb927
2 changed files with 2 additions and 1 deletions

View File

@ -0,0 +1 @@
__version__ = "0.0.1"

View File

@ -1,7 +1,7 @@
#!/usr/bin/env python3
from setuptools import setup
__version__ = "0.0.0"
from datadb import __version__
setup(name='datadb',
version=__version__,