From 8096849a1e558249f4ee3d7d06d7e3ca1c4438f0 Mon Sep 17 00:00:00 2001 From: Blair Lyons Date: Mon, 25 Jul 2022 15:56:07 -0700 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.6.1=20=E2=86=92=201.6.2?= 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 6b84a9dd..3fb612ce 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.6.1 +current_version = 1.6.2 commit = True tag = True diff --git a/setup.py b/setup.py index 9026aa1d..62aed508 100644 --- a/setup.py +++ b/setup.py @@ -130,6 +130,6 @@ url="https://github.com/allen-cell-animated/simulariumio", # Do not edit this string manually, always use bumpversion # Details in CONTRIBUTING.rst - version="1.6.1", + version="1.6.2", zip_safe=False, ) diff --git a/simulariumio/__init__.py b/simulariumio/__init__.py index 718edc43..0b6b749f 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.6.1" +__version__ = "1.6.2" def get_module_version():