summaryrefslogtreecommitdiffstats
path: root/python/astra
diff options
context:
space:
mode:
authorWillem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl>2017-11-06 14:40:01 +0100
committerWillem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl>2017-11-06 14:54:03 +0100
commitbfceef4da377c32cd59d1e51efb9aa1a21c7f4bd (patch)
tree2162374a91f7e2cdc5c88469fde781660d480d20 /python/astra
parent454bb20b5d7eb36f1efbf6659652ace26cc229e0 (diff)
downloadastra-bfceef4da377c32cd59d1e51efb9aa1a21c7f4bd.tar.gz
astra-bfceef4da377c32cd59d1e51efb9aa1a21c7f4bd.tar.bz2
astra-bfceef4da377c32cd59d1e51efb9aa1a21c7f4bd.tar.xz
astra-bfceef4da377c32cd59d1e51efb9aa1a21c7f4bd.zip
Update version to 1.8.3
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 8238a88..5e52a1c 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_noCUDA, test_CUDA
-__version__ = '1.8'
+__version__ = '1.8.3'
import os