Skip to content

Commit

Permalink
Bump version: v0.16.1 -> v0.16.2 #125
Browse files Browse the repository at this point in the history
  • Loading branch information
astrochun committed Nov 17, 2020
1 parent 65987fa commit f055dcb
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 @@ -110,7 +110,7 @@ You can confirm installation via `conda list`
(curation) $ conda list ldcoolp
```

You should see that the version is `0.16.1`.
You should see that the version is `0.16.2`.

### 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__ = "0.16.1"
__version__ = "0.16.2"

co_path = path.dirname(__file__)

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='v0.16.1',
version='v0.16.2',
packages=['ldcoolp'],
url='https://github.com/ualibraries/LD_Cool_P',
license='MIT License',
Expand Down

0 comments on commit f055dcb

Please sign in to comment.