diff --git a/setup.py b/setup.py index 1ba1a646..7181e65d 100644 --- a/setup.py +++ b/setup.py @@ -60,7 +60,7 @@ test_suite='tests', tests_require=test_requirements, url='https://github.com/JohannesBuchner/ultranest', - version='3.0.0', + version='3.0.1', zip_safe=False, cmdclass={'build_ext': build_ext}, ) diff --git a/ultranest/__init__.py b/ultranest/__init__.py index 9128fda1..fd4c26eb 100644 --- a/ultranest/__init__.py +++ b/ultranest/__init__.py @@ -10,4 +10,4 @@ __author__ = """Johannes Buchner""" __email__ = 'johannes.buchner.acad@gmx.com' -__version__ = '3.0.0' +__version__ = '3.0.1'