diff --git a/README.md b/README.md index 292e81e..f549370 100644 --- a/README.md +++ b/README.md @@ -116,7 +116,7 @@ You can confirm installation via `conda list` (curation) $ conda list ldcoolp ``` -You should see that the version is `1.1.4`. +You should see that the version is `1.1.5`. ### Configuration Settings diff --git a/ldcoolp/__init__.py b/ldcoolp/__init__.py index 74fdb89..c51a843 100644 --- a/ldcoolp/__init__.py +++ b/ldcoolp/__init__.py @@ -1,6 +1,6 @@ from os import path -__version__ = "1.1.4" +__version__ = "1.1.5" CODE_NAME = "LD-Cool-P" diff --git a/setup.py b/setup.py index f7e7eca..a3a0bdb 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( name='ldcoolp', - version='1.1.4', + version='1.1.5', packages=['ldcoolp'], url='https://github.com/UAL-RE/LD-Cool-P', license='MIT License',