Skip to content

Commit

Permalink
Merge pull request #283 from cgre-aachen/dev_gemgis3
Browse files Browse the repository at this point in the history
Dev gemgis3
  • Loading branch information
AlexanderJuestel committed Jun 20, 2023
2 parents 5506a63 + a215663 commit f9a8afe
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.10'
release = '1.0.11'
version = release

# -- GemGIS configuration ---------------------------------------------------
Expand Down
6 changes: 3 additions & 3 deletions gemgis/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@

__affiliations__ = 'CGRE - RWTH Aachen University'

__version_date__ = '2023-06-15'
__version_date__ = '2023-06-20'

__version__ = '1.0.10'
__version__ = '1.0.11'

__changelog__ = """What is new in version 1.0.10:
__changelog__ = """What is new in version 1.0.11:
Expand Down
2 changes: 1 addition & 1 deletion gemgis/visualization.py
Original file line number Diff line number Diff line change
Expand Up @@ -4634,7 +4634,7 @@ def resample_between_well_deviation_points(coordinates: np.ndarray) -> np.ndarra


def get_points_along_spline(spline: pv.core.pointset.PolyData,
dist: np.ndarray) -> pv.core.pyvista_ndarray.pyvista_ndarray:
dist: np.ndarray):
"""Return the closest point on the spline a given a length along a spline.
Parameters
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.10'
version = '1.0.11'

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

0 comments on commit f9a8afe

Please sign in to comment.