We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dcc17b commit 4049f74Copy full SHA for 4049f74
docs/conf.py
@@ -23,7 +23,7 @@
23
author = "Chris Leaman"
24
25
# The full version, including alpha/beta/rc tags
26
-release = "v0.1.7"
+release = "v0.1.8"
27
28
29
# -- General configuration ---------------------------------------------------
py_wave_runup/__init__.py
@@ -1,3 +1,3 @@
1
-__version__ = "0.1.7"
+__version__ = "0.1.8"
2
3
from . import datasets, ensembles, models
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "py-wave-runup"
-version = "0.1.7"
+version = "0.1.8"
4
description = "Empirical wave runup models implemented in Python"
5
authors = ["Chris Leaman"]
6
license = "GPL-3.0+"
0 commit comments