Skip to content

Commit

Permalink
Fixed version numbers.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hazboun6 committed Oct 22, 2019
1 parent ffea7d5 commit d11824b
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .zenodo.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"description": "<p>This release reflects changes made during the JOSS refereeing process.</p>",
"license": "MIT",
"title": "Hazboun6/hasasia: Hasasia: A Python package for Pulsar Timing Array Sensitivity Curves",
"version": "v1.0.2",
"version": "v1.0.3",
"upload_type": "software",
"publication_date": "2019-10-22",
"creators": [
Expand All @@ -20,7 +20,7 @@
"related_identifiers": [
{
"scheme": "url",
"identifier": "https://github.com/Hazboun6/hasasia/tree/v1.0.2",
"identifier": "https://github.com/Hazboun6/hasasia/tree/v1.0.3",
"relation": "isSupplementTo"
},
{
Expand Down
2 changes: 2 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
=======
History
=======
1.0.3 (2019-10-21)
JOSS/Zenodo Release with various changes from JOSS Refereeing and correct Zenodo `.json`
1.0.2 (2019-10-21)
JOSS/Zenodo Release with various changes from JOSS Refereeing and correct Zenodo `.json`
1.0.1 (2019-10-21)
Expand Down
2 changes: 1 addition & 1 deletion hasasia/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

__author__ = """Jeffrey S. Hazboun"""
__email__ = '[email protected]'
__version__ = '1.0.2'
__version__ = '1.0.3'

citation = 'Hazboun, J.S., Romano, J.R., Smith, T.L. '
citation += 'Realistic sensitivity curves for pulsar timing arrays. '
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.0.2
current_version = 1.0.3
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@
test_suite='tests',
tests_require=test_requirements,
url='https://github.com/Hazboun6/hasasia',
version='1.0.2',
version='1.0.3',
zip_safe=False,
)

0 comments on commit d11824b

Please sign in to comment.