diff --git a/docs/source/conf.py b/docs/source/conf.py index 5b3d4d65..b4655a93 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -16,7 +16,7 @@ from time import gmtime, strftime from re import match -__version__ = '2.0.5' +__version__ = '2.0.6' # -- Project information ----------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index 596d3faf..dd327e0e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = "crappy" dynamic = ["readme"] -version = "2.0.5" +version = "2.0.6" description = "Command and Real-time Acquisition in Parallelized Python" license = {file = "LICENSE"} keywords = ["control", "command", "acquisition", "multiprocessing"] diff --git a/src/crappy/__version__.py b/src/crappy/__version__.py index 7717659c..2a6cb509 100644 --- a/src/crappy/__version__.py +++ b/src/crappy/__version__.py @@ -1,3 +1,3 @@ # coding: utf-8 -__version__ = '2.0.5' +__version__ = '2.0.6'