diff --git a/README.md b/README.md index 266983e..85608af 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.6`. +You should see that the version is `1.1.7`. ### Configuration Settings diff --git a/ldcoolp/__init__.py b/ldcoolp/__init__.py index cecaaaa..53992eb 100644 --- a/ldcoolp/__init__.py +++ b/ldcoolp/__init__.py @@ -1,6 +1,6 @@ from os import path -__version__ = "1.1.6" +__version__ = "1.1.7" CODE_NAME = "LD-Cool-P" diff --git a/setup.py b/setup.py index 548f70e..b934a12 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( name='ldcoolp', - version='1.1.6', + version='1.1.7', packages=['ldcoolp'], url='https://github.com/UAL-RE/LD-Cool-P', license='MIT License',