diff --git a/README.md b/README.md index ba39591b..a7c9223f 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ You can confirm installation via `conda list` (figshare_patrons) $ conda list requiam ``` -You should see that the version is `0.13.1`. +You should see that the version is `0.13.2`. ### Configuration Settings diff --git a/requiam/__init__.py b/requiam/__init__.py index e5f9cd42..b1ce41f8 100644 --- a/requiam/__init__.py +++ b/requiam/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.13.1" +__version__ = "0.13.2" class TimerClass(object): diff --git a/setup.py b/setup.py index 484bb5ea..98db7a55 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( name='requiam', - version='v0.13.1' + version='v0.13.2', packages=find_packages('requiam'), url='https://github.com/ualibraries/ReQUIAM', license='MIT License',