Skip to content

Commit

Permalink
Bump version: v1.1.2 -> v1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
astrochun committed Jun 29, 2021
1 parent 576308d commit b169c26
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.2`.
You should see that the version is `1.1.3`.

### 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.2"
__version__ = "1.1.3"

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.2',
version='1.1.3',
packages=['ldcoolp'],
url='https://github.com/UAL-ODIS/LD-Cool-P',
license='MIT License',
Expand Down

0 comments on commit b169c26

Please sign in to comment.