File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.0.8
2
+ current_version = 0.0.9
3
3
files = gpgLabs/__init__.py setup.py
4
4
Original file line number Diff line number Diff line change 5
5
from . import Seismic
6
6
7
7
8
- __version__ = '0.0.8 '
8
+ __version__ = '0.0.9 '
9
9
__author__ = 'GeoScixyz developers'
10
10
__license__ = 'MIT'
11
11
__copyright__ = 'Copyright 2017 GeoScixyz developers'
Original file line number Diff line number Diff line change 31
31
32
32
setup (
33
33
name = 'gpgLabs' ,
34
- version = '0.0.8 ' ,
34
+ version = '0.0.9 ' ,
35
35
packages = find_packages (),
36
36
install_requires = [
37
37
'numpy>=1.7' ,
38
38
'scipy>=0.13' ,
39
39
'matplotlib' ,
40
40
'ipywidgets' ,
41
- 'properties[math]' ,
42
41
'SimPEG>=0.4.1' ,
43
- 'discretize' ,
44
42
'em_examples'
45
43
],
46
44
author = 'GeoSci Developers' ,
You can’t perform that action at this time.
0 commit comments