diff --git a/setup.cfg b/setup.cfg index 6b4fc1b4..3c50c842 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.0.1 +current_version = 1.1.0 commit = True tag = True diff --git a/setup.py b/setup.py index b97e6ba0..4663a4fc 100644 --- a/setup.py +++ b/setup.py @@ -92,6 +92,6 @@ url="https://github.com/allen-cell-animated/simulariumio", # Do not edit this string manually, always use bumpversion # Details in CONTRIBUTING.rst - version="1.0.1", + version="1.1.0", zip_safe=False, ) diff --git a/simulariumio/__init__.py b/simulariumio/__init__.py index 81c330b9..948b839b 100644 --- a/simulariumio/__init__.py +++ b/simulariumio/__init__.py @@ -6,7 +6,7 @@ __email__ = "blairl@alleninstitute.org" # Do not edit this string manually, always use bumpversion # Details in CONTRIBUTING.md -__version__ = "1.0.1" +__version__ = "1.1.0" def get_module_version():