Skip to content

Commit

Permalink
Next version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hazboun6 committed Oct 23, 2019
1 parent d9a4c4c commit 294298f
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 10 deletions.
9 changes: 2 additions & 7 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.3",
"version": "v1.0.4",
"upload_type": "software",
"publication_date": "2019-10-22",
"creators": [
Expand All @@ -20,13 +20,8 @@
"related_identifiers": [
{
"scheme": "url",
"identifier": "https://github.com/Hazboun6/hasasia/tree/v1.0.3",
"identifier": "https://github.com/Hazboun6/hasasia/tree/v1.0.4",
"relation": "isSupplementTo"
},
{
"scheme": "doi",
"identifier": "10.5281/zenodo.3516353",
"relation": "isVersionOf"
}
]
}
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.4 (2019-10-21)
JOSS/Zenodo Release with various changes from JOSS Refereeing and correct Zenodo `.json`
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)
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.3'
__version__ = '1.0.4'

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.3
current_version = 1.0.4
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.3',
version='1.0.4',
zip_safe=False,
)

0 comments on commit 294298f

Please sign in to comment.