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.
2 parents 825fff0 + f743c28 commit 723fcb1Copy full SHA for 723fcb1
3 files changed
.bumpversion.cfg
@@ -1,4 +1,4 @@
1
[bumpversion]
2
-current_version = 0.0.8
+current_version = 0.0.9
3
files = gpgLabs/__init__.py setup.py
4
gpgLabs/__init__.py
@@ -5,7 +5,7 @@
5
from . import Seismic
6
7
8
-__version__ = '0.0.8'
+__version__ = '0.0.9'
9
__author__ = 'GeoScixyz developers'
10
__license__ = 'MIT'
11
__copyright__ = 'Copyright 2017 GeoScixyz developers'
setup.py
@@ -31,16 +31,14 @@
31
32
setup(
33
name = 'gpgLabs',
34
- version = '0.0.8',
+ version = '0.0.9',
35
packages = find_packages(),
36
install_requires = [
37
'numpy>=1.7',
38
'scipy>=0.13',
39
'matplotlib',
40
'ipywidgets',
41
- 'properties[math]',
42
'SimPEG>=0.4.1',
43
- 'discretize',
44
'em_examples'
45
],
46
author = 'GeoSci Developers',
0 commit comments