Skip to content

Commit

Permalink
Merge pull request #78 from geoscixyz/ref/dependencies
Browse files Browse the repository at this point in the history
Ref/dependencies
  • Loading branch information
lheagy authored Dec 8, 2017
2 parents 825fff0 + f743c28 commit 723fcb1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[bumpversion]
current_version = 0.0.8
current_version = 0.0.9
files = gpgLabs/__init__.py setup.py

2 changes: 1 addition & 1 deletion gpgLabs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from . import Seismic


__version__ = '0.0.8'
__version__ = '0.0.9'
__author__ = 'GeoScixyz developers'
__license__ = 'MIT'
__copyright__ = 'Copyright 2017 GeoScixyz developers'
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,14 @@

setup(
name = 'gpgLabs',
version = '0.0.8',
version = '0.0.9',
packages = find_packages(),
install_requires = [
'numpy>=1.7',
'scipy>=0.13',
'matplotlib',
'ipywidgets',
'properties[math]',
'SimPEG>=0.4.1',
'discretize',
'em_examples'
],
author = 'GeoSci Developers',
Expand Down

0 comments on commit 723fcb1

Please sign in to comment.