Skip to content

Commit

Permalink
Bump version to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zoidy committed Feb 10, 2025
1 parent 83e5516 commit ebadf87
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 10 deletions.
10 changes: 2 additions & 8 deletions 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.2.0`.
You should see that the version is `1.3.0`.

### Configuration Settings

Expand Down Expand Up @@ -224,13 +224,7 @@ following a `git tag` version.
## Changelog
See the [CHANGELOG](CHANGELOG.md) for all changes since project inception
## Authors
* UAL-RE [University of Arizona Libraries](https://github.com/ualibraries), [Research Engagement](https://github.com/UAL-RE)
* Current authors: Fernando Rios, Yan Han
* Past author: Chun Ly, Ph.D. ([@astrochun](http://www.github.com/astrochun))
See the [CHANGELOG](CHANGELOG.md) for all changes since project inception.
See also the list of
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.2.0"
__version__ = "1.3.0"

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

0 comments on commit ebadf87

Please sign in to comment.