Skip to content

Commit

Permalink
Merge pull request #246 from JanWagner1312/main
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
AlexanderJuestel committed Feb 3, 2023
2 parents d657835 + c076160 commit 2f80964
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
author = 'Alexander Juestel'

# The full version, including alpha/beta/rc tags
release = '1.0.4'
release = '1.0.5'
version = release

# -- GemGIS configuration ---------------------------------------------------
Expand Down
9 changes: 4 additions & 5 deletions gemgis/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,13 @@

__affiliations__ = 'CGRE - RWTH Aachen University'

__version_date__ = '2023-02-02'
__version_date__ = '2023-02-03'

__version__ = '1.0.4'
__version__ = '1.0.5'

__changelog__ = """What is new in version 1.0.4:
__changelog__ = """What is new in version 1.0.5:
- Added function to extract contour lines from raster
- Added functions to display seismic data in PyVista
- Hotfix for #244
"""

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages
from os import path

version = '1.0.4'
version = '1.0.5'

# Loading Readme for Description on PyPi
this_directory = path.abspath(path.dirname(__file__))
Expand Down

0 comments on commit 2f80964

Please sign in to comment.