Skip to content

Commit 66140de

Browse files
committed
- [DOC] Update version
1 parent 8134d23 commit 66140de

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

gempy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
from gempy.plot import _plot as _plot
3838

3939
assert sys.version_info[0] >= 3, "GemPy requires Python 3.X" # sys.version_info[1] for minor e.g. 6
40-
__version__ = '2.2.7'
40+
__version__ = '2.2.8'
4141

4242
if __name__ == '__main__':
4343
pass

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from setuptools import setup, find_packages
2-
version = '2.2.7'
2+
version = '2.2.8'
33

44
with open("README.md", "r") as fh:
55
long_description = fh.read()
@@ -24,7 +24,7 @@
2424
],
2525
url='https://github.com/cgre-aachen/gempy',
2626
license='LGPL v3',
27-
author='Miguel de la Varga, Elisa Heim, Alexander Schaaf, Fabian Stamm, Florian Wellmann',
27+
author='Miguel de la Varga, Alexander Zimmerman, Elisa Heim, Alexander Schaaf, Fabian Stamm, Florian Wellmann',
2828
author_email='[email protected]',
2929
description='An Open-source, Python-based 3-D structural geological modeling software.',
3030
keywords=['geology', '3-D modeling', 'structural geology', 'uncertainty']

0 commit comments

Comments
 (0)