summaryrefslogtreecommitdiffstats
path: root/python/astra
diff options
context:
space:
mode:
authorWillem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl>2019-09-27 15:17:02 +0200
committerWillem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl>2019-09-27 15:17:02 +0200
commit06322245a638e435d29bc8f027aed0bd976139d0 (patch)
treea32bf87e909027e6d6f67d9c9d5681840ebc7bc9 /python/astra
parent54af7e8e22a3f1c9d90b13291b28d39778c05564 (diff)
downloadastra-06322245a638e435d29bc8f027aed0bd976139d0.tar.gz
astra-06322245a638e435d29bc8f027aed0bd976139d0.tar.bz2
astra-06322245a638e435d29bc8f027aed0bd976139d0.tar.xz
astra-06322245a638e435d29bc8f027aed0bd976139d0.zip
Increment version to 1.9.9dev
Diffstat (limited to 'python/astra')
-rw-r--r--python/astra/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/astra/__init__.py b/python/astra/__init__.py
index ae35316..d44e5a2 100644
--- a/python/astra/__init__.py
+++ b/python/astra/__init__.py
@@ -41,7 +41,7 @@ from . import log
from .optomo import OpTomo
from .tests import test, test_noCUDA, test_CUDA
-__version__ = '1.9.0dev'
+__version__ = '1.9.9.dev'
import os