We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5a72a4 commit 4ba3d94Copy full SHA for 4ba3d94
setup.py
@@ -2,7 +2,7 @@
2
3
setup(
4
name='gempy',
5
- version='0.998',
+ version='0.9991',
6
packages=['gempy'],
7
install_requires=[
8
'numpy',
@@ -13,7 +13,7 @@
13
'seaborn'
14
],
15
url='https://github.com/cgre-aachen/gempy',
16
- download_url='https://github.com/cgre-aachen/gempy/archive/0.998.tar.gz',
+ download_url='https://github.com/cgre-aachen/gempy/archive/0.9991.tar.gz',
17
license='MIT',
18
author='Miguel de la Varga, Alexander Schaaf',
19
author_email='varga@aices.rwth-aachen.de',
0 commit comments