summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWillem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl>2021-10-27 20:22:04 +0200
committerGitHub <noreply@github.com>2021-10-27 20:22:04 +0200
commitf630c7926a45e1dfe16784f94f1efe00128b28ad (patch)
tree8a4d0df8b4dbffc208b0d05ddf173c8a5de4d8f3
parent41348c38a9cd60168fd0037c6fb5bd45afd4d915 (diff)
parent66d22557dcb75c0a8eddb551ff5b8ab4af5c00d6 (diff)
downloadastra-f630c7926a45e1dfe16784f94f1efe00128b28ad.tar.gz
astra-f630c7926a45e1dfe16784f94f1efe00128b28ad.tar.bz2
astra-f630c7926a45e1dfe16784f94f1efe00128b28ad.tar.xz
astra-f630c7926a45e1dfe16784f94f1efe00128b28ad.zip
Merge pull request #306 from tomopy/python-version
DOC: Update __version__ param in python module
-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 13897cb..84451f9 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.9.dev'
+__version__ = '2.0.0'
import os