From 4ec05ba4d3928bc40341813199151996d8edac7a Mon Sep 17 00:00:00 2001 From: Chun Ly Date: Mon, 26 Apr 2021 10:59:39 -0700 Subject: [PATCH] Bump version: v0.16.5 -> v0.17.0 --- README.md | 2 +- requiam/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 619339c..8b859e0 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,7 @@ You can confirm installation via `conda list` (figshare_patrons) $ conda list requiam ``` -You should see that the version is `0.16.5`. +You should see that the version is `0.17.0`. ### Configuration Settings diff --git a/requiam/__init__.py b/requiam/__init__.py index 5137896..f70e39a 100644 --- a/requiam/__init__.py +++ b/requiam/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.16.5" +__version__ = "0.17.0" CODE_NAME = 'ReQUIAM' diff --git a/setup.py b/setup.py index 155e5b1..0c9a001 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( name='requiam', - version='v0.16.5', + version='v0.17.0', packages=['requiam'], url='https://github.com/UAL-ODIS/ReQUIAM', license='MIT License',