Skip to content

Commit

Permalink
Merge pull request #93 from esheldon/tag-0.6.13
Browse files Browse the repository at this point in the history
bump to 0.6.13 and update release notes
  • Loading branch information
esheldon authored Jun 17, 2024
2 parents a292af6 + a4170b3 commit cd8b2ac
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions RELEASE_NOTES
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
0.6.13
------

Comapatibility

- More numpy 2 updates

0.6.12
----------

Expand Down
2 changes: 1 addition & 1 deletion esutil/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ class for gauss-legendre integration, which relies on the gauleg C++ extension.

import sys

__version__ = "0.6.12"
__version__ = "0.6.13"

def version():
return __version__
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ def build_extensions(self):

setup(
name="esutil",
version="0.6.12",
version="0.6.13",
author="Erin Scott Sheldon",
author_email="[email protected]",
classifiers=classifiers,
Expand Down

0 comments on commit cd8b2ac

Please sign in to comment.