Skip to content

Commit 2847361

Browse files
committed
bump version v0.6.7.2
1 parent 3d99f49 commit 2847361

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
@@ -86,7 +86,7 @@ class for gauss-legendre integration, which relies on the gauleg C++ extension.
8686

8787
import sys
8888

89-
__version__ = "0.6.7"
89+
__version__ = "0.6.7.2"
9090

9191
def version():
9292
return __version__

setup.py

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

279279
setup(
280280
name="esutil",
281-
version="0.6.7",
281+
version="0.6.7.2",
282282
author="Erin Scott Sheldon",
283283
author_email="[email protected]",
284284
classifiers=classifiers,

0 commit comments

Comments
 (0)