From 66d22557dcb75c0a8eddb551ff5b8ab4af5c00d6 Mon Sep 17 00:00:00 2001 From: Daniel Ching Date: Wed, 27 Oct 2021 12:08:36 -0500 Subject: DOC: Update __Version__ param in python module --- python/astra/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1