Skip to content

Commit

Permalink
Bump version: v1.1.5 -> v1.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
astrochun committed Jul 22, 2021
1 parent 08cbcb8 commit 8d080f7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ You can confirm installation via `conda list`
(curation) $ conda list ldcoolp
```

You should see that the version is `1.1.5`.
You should see that the version is `1.1.6`.

### Configuration Settings

Expand Down
2 changes: 1 addition & 1 deletion ldcoolp/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from os import path

__version__ = "1.1.5"
__version__ = "1.1.6"

CODE_NAME = "LD-Cool-P"

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name='ldcoolp',
version='1.1.5',
version='1.1.6',
packages=['ldcoolp'],
url='https://github.com/UAL-RE/LD-Cool-P',
license='MIT License',
Expand Down

0 comments on commit 8d080f7

Please sign in to comment.