From 279085a815291e1452d61e5238afea914f141281 Mon Sep 17 00:00:00 2001 From: Chun Ly Date: Tue, 20 Jul 2021 10:17:06 -0700 Subject: [PATCH] Bump version: v0.17.1 -> v0.18.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 abca213..8adfa9c 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.1`. +You should see that the version is `0.18.0`. ### Configuration Settings diff --git a/requiam/__init__.py b/requiam/__init__.py index 8db5900..01a72c6 100644 --- a/requiam/__init__.py +++ b/requiam/__init__.py @@ -1,7 +1,7 @@ from typing import Union from datetime import datetime -__version__ = "0.17.1" +__version__ = "0.18.0" CODE_NAME = 'ReQUIAM' diff --git a/setup.py b/setup.py index 67fe42c..832c9ab 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( name='requiam', - version='v0.17.1', + version='v0.18.0', packages=['requiam'], url='https://github.com/UAL-RE/ReQUIAM', license='MIT License',