Skip to content

Commit ebadf87

Browse files
committed
Bump version to 1.3.0
1 parent 83e5516 commit ebadf87

File tree

3 files changed

+4
-10
lines changed

3 files changed

+4
-10
lines changed

README.md

+2-8
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ You can confirm installation via `conda list`
116116
(curation) $ conda list ldcoolp
117117
```
118118

119-
You should see that the version is `1.2.0`.
119+
You should see that the version is `1.3.0`.
120120

121121
### Configuration Settings
122122

@@ -224,13 +224,7 @@ following a `git tag` version.
224224
225225
## Changelog
226226
227-
See the [CHANGELOG](CHANGELOG.md) for all changes since project inception
228-
229-
230-
## Authors
231-
* UAL-RE [University of Arizona Libraries](https://github.com/ualibraries), [Research Engagement](https://github.com/UAL-RE)
232-
* Current authors: Fernando Rios, Yan Han
233-
* Past author: Chun Ly, Ph.D. ([@astrochun](http://www.github.com/astrochun))
227+
See the [CHANGELOG](CHANGELOG.md) for all changes since project inception.
234228
235229
236230
See also the list of

ldcoolp/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from os import path
22

3-
__version__ = "1.2.0"
3+
__version__ = "1.3.0"
44

55
CODE_NAME = "LD-Cool-P"
66

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setup(
1010
name='ldcoolp',
11-
version='1.2.0',
11+
version='1.3.0',
1212
packages=['ldcoolp'],
1313
url='https://github.com/UAL-RE/LD-Cool-P',
1414
license='MIT License',

0 commit comments

Comments
 (0)