From 73deb41f5601f9cd0bdc7a58607d3b64549615ca Mon Sep 17 00:00:00 2001 From: Blair Lyons Date: Fri, 6 Aug 2021 15:20:14 -0700 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.0.1=20=E2=86=92=201.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.cfg | 2 +- setup.py | 2 +- simulariumio/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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():