aboutsummaryrefslogtreecommitdiff
path: root/steuermann/__init__.py
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2016-07-03 19:05:26 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2016-07-03 19:05:26 -0400
commitd1f9f0aa34d41968786537133d0b6a31063889fa (patch)
treedc37b669a9fcfbd496723dd483acad254d30044f /steuermann/__init__.py
parent22da810587d1b489a3f7434cd9d7e52927b9a742 (diff)
downloadsteuermann-d1f9f0aa34d41968786537133d0b6a31063889fa.tar.gz
Use RELIC version data
Diffstat (limited to 'steuermann/__init__.py')
-rw-r--r--steuermann/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/steuermann/__init__.py b/steuermann/__init__.py
index 9d1ab75..e8355d9 100644
--- a/steuermann/__init__.py
+++ b/steuermann/__init__.py
@@ -1,4 +1,4 @@
-__version__ = '2.0dev'
+from .version import *
allowed_flags = {
'--all' : '-a' ,