We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c44c8d7 commit 2a8b45cCopy full SHA for 2a8b45c
setup.py
@@ -2,7 +2,7 @@
2
3
setup(
4
name='gempy',
5
- version='0.997',
+ version='0.998',
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.997.tar.gz',
+ download_url='https://github.com/cgre-aachen/gempy/archive/0.998.tar.gz',
17
license='MIT',
18
author='Miguel de la Varga, Alexander Schaaf',
19
author_email='varga@aices.rwth-aachen.de',
0 commit comments