Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
joferkington committed Aug 28, 2018
1 parent a4a48e1 commit 24319a4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion geoprobe/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"""
__author__ = 'Joe Kington <[email protected]>'
__license__ = 'MIT License'
__version__ = '0.3.1'
__version__ = '0.4.0'


from .horizon import horizon
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@

setup(
name = 'geoprobe',
version = '0.3.1',
version = '0.4.0',
description = "Reads and (partially) writes seismic data in Landmark's Geoprobe format",
author = 'Joe Kington',
author_email = '[email protected]',
license = 'MIT',
url = 'https://github.com/joferkington/python-geoprobe',
packages = find_packages(),
install_requires = ['numpy', 'six'],
classifiers=(
classifiers=[
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Intended Audience :: Science/Research",
"Topic :: Scientific/Engineering",
),
],
)

0 comments on commit 24319a4

Please sign in to comment.