From 8b17b72cbe95651ecc0bf1a2241aeec9cea6eedf Mon Sep 17 00:00:00 2001 From: Chun Ly Date: Tue, 27 Apr 2021 09:12:45 -0700 Subject: [PATCH] Bump version: v0.17.0 -> v0.17.1 --- 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 45e5ef2..d5bfc00 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.17.0`. +You should see that the version is `0.17.1`. ### Configuration Settings diff --git a/requiam/__init__.py b/requiam/__init__.py index f70e39a..4e36fa0 100644 --- a/requiam/__init__.py +++ b/requiam/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.17.0" +__version__ = "0.17.1" CODE_NAME = 'ReQUIAM' diff --git a/setup.py b/setup.py index 0c9a001..2095825 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( name='requiam', - version='v0.17.0', + version='v0.17.1', packages=['requiam'], url='https://github.com/UAL-ODIS/ReQUIAM', license='MIT License',