diff options
author | Willem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl> | 2016-12-05 14:44:09 +0100 |
---|---|---|
committer | Willem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl> | 2016-12-05 14:45:59 +0100 |
commit | 77f2cedaac088da5107dcfb37ae62d8f3a56f335 (patch) | |
tree | d2b3c09da0bfff534afc27c255cda55d9603eef1 /python/astra | |
parent | 5036413fea2c61508facc70497a5857eb5ad465e (diff) | |
download | astra-77f2cedaac088da5107dcfb37ae62d8f3a56f335.tar.gz astra-77f2cedaac088da5107dcfb37ae62d8f3a56f335.tar.bz2 astra-77f2cedaac088da5107dcfb37ae62d8f3a56f335.tar.xz astra-77f2cedaac088da5107dcfb37ae62d8f3a56f335.zip |
Update version to 1.8
Diffstat (limited to 'python/astra')
-rw-r--r-- | python/astra/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/astra/__init__.py b/python/astra/__init__.py index 6707eff..b73fff5 100644 --- a/python/astra/__init__.py +++ b/python/astra/__init__.py @@ -39,7 +39,7 @@ from . import plugins from . import log from .optomo import OpTomo -__version__ = '1.8rc1' +__version__ = '1.8' import os |