Skip to content

Commit 94511b0

Browse files
authored
Merge pull request #102 from esheldon/release-0.6.16
bump version to 0.6.16
2 parents ef77fc2 + 7a062ba commit 94511b0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

esutil/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ class for gauss-legendre integration, which relies on the gauleg C++ extension.
8383

8484
import sys
8585

86-
__version__ = "0.6.15"
86+
__version__ = "0.6.16"
8787

8888
def version():
8989
return __version__

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ def build_extensions(self):
244244

245245
setup(
246246
name="esutil",
247-
version="0.6.15",
247+
version="0.6.16",
248248
author="Erin Scott Sheldon",
249249
author_email="erin.sheldon@gmail.com",
250250
classifiers=classifiers,

0 commit comments

Comments
 (0)