We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f796e52 commit cd171feCopy full SHA for cd171fe
gempy/__init__.py
@@ -50,7 +50,7 @@
50
# Assert at least pyton 3.10
51
assert sys.version_info[0] >= 3 and sys.version_info[1] >= 10, "GemPy requires Python 3.10 or higher"
52
53
-__version__ = '2.3.0'
+__version__ = '2.3.1'
54
55
if __name__ == '__main__':
56
pass
setup.py
@@ -1,6 +1,6 @@
1
from setuptools import setup, find_packages, Extension
2
3
-version = '2.3.0'
+version = '2.3.1'
4
5
with open("README.md", "r") as fh:
6
long_description = fh.read()
0 commit comments