Skip to content

Commit

Permalink
Merge pull request #28 from AaronDJohnson/fix-ci
Browse files Browse the repository at this point in the history
update version
  • Loading branch information
AaronDJohnson authored Oct 23, 2023
2 parents 472732e + e82491f commit b5539ff
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 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.1.0 (2023-10-22) Adds Bayes factor calculations.

1.0.2 (2022-07-19) Fixes a delimiter bug for pulling in priors.txt.

1.0.1 (2021-10-21) Fixes a bug that did not allow parameter dictionary I/O in HyperModelCores
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__ = '1.0.2'
__version__ = '1.1.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 = 1.0.2
current_version = 1.1.0
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 @@ -47,6 +47,6 @@
test_suite='tests',
tests_require=test_requirements,
url='https://github.com/Hazboun6/la_forge',
version='1.0.2',
version='1.1.0',
zip_safe=False,
)

0 comments on commit b5539ff

Please sign in to comment.