Skip to content

Commit

Permalink
remove pytest-runner, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Hazboun6 committed Sep 15, 2021
1 parent 2fb0049 commit ac23291
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 9 deletions.
3 changes: 3 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
=======
History
=======
1.2.3 (2021-09-14)
Remove pytest-runner from setup.py

1.2.2 (2021-09-14)
Check Build status

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.2.2'
__version__ = '1.2.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.2.2
current_version = 1.2.3
commit = True
tag = True

Expand Down
8 changes: 1 addition & 7 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@
'scipy',
'astropy',]

setup_requirements = ['pytest-runner', ]

test_requirements = ['pytest', ]

setup(
author="Jeffrey S. Hazboun",
author_email='[email protected]',
Expand All @@ -44,10 +40,8 @@
package_data={'hasasia.sensitivity_curves':
['nanograv_11yr_deter.sc',
'nanograv_11yr_stoch.sc']},
setup_requires=setup_requirements,
test_suite='tests',
tests_require=test_requirements,
url='https://github.com/Hazboun6/hasasia',
version='1.2.2',
version='1.2.3',
zip_safe=False,
)

0 comments on commit ac23291

Please sign in to comment.