Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Hazboun6 committed Oct 18, 2021
1 parent 2292072 commit 4ca3d05
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
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.0 (2021-10-18) Capabilities to save as HDF5 files. Added full documentation and filled out the testing suite.

0.4.0 (2021-09-24) Added CI testing suite and cleaned up functions.

0.3.0 (2020-10-28) New docs.
Expand Down
2 changes: 1 addition & 1 deletion la_forge/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

__author__ = """Jeffrey Shafiq Hazbboun"""
__email__ = '[email protected]'
__version__ = '0.4.0'
__version__ = '1.0.0'
#
# from .rednoise import plot_rednoise_spectrum
# from . import utils
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 = 0.4.0
current_version = 1.0.0
commit = True
tag = True

Expand Down
5 changes: 1 addition & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
'astropy>=3.0.0',
]

setup_requirements = ['pytest-runner', ]

test_requirements = ['pytest', ]

setup(
Expand All @@ -45,10 +43,9 @@
keywords='la_forge',
name='la_forge',
packages=find_packages(include=['la_forge']),
setup_requires=setup_requirements,
test_suite='tests',
tests_require=test_requirements,
url='https://github.com/Hazboun6/la_forge',
version='0.4.0',
version='1.0.0',
zip_safe=False,
)

0 comments on commit 4ca3d05

Please sign in to comment.