diff options
| author | Joseph Hunkeler <jhunkeler@gmail.com> | 2016-07-03 19:05:26 -0400 |
|---|---|---|
| committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2016-07-03 19:05:26 -0400 |
| commit | d1f9f0aa34d41968786537133d0b6a31063889fa (patch) | |
| tree | dc37b669a9fcfbd496723dd483acad254d30044f /steuermann | |
| parent | 22da810587d1b489a3f7434cd9d7e52927b9a742 (diff) | |
| download | steuermann-d1f9f0aa34d41968786537133d0b6a31063889fa.tar.gz | |
Use RELIC version data
Diffstat (limited to 'steuermann')
| -rw-r--r-- | steuermann/__init__.py | 2 |
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' , |
