diff --git a/docs/conf.py b/docs/conf.py index 0f268c9..c131272 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -23,7 +23,7 @@ author = "Chris Leaman" # The full version, including alpha/beta/rc tags -release = "v0.1.7" +release = "v0.1.8" # -- General configuration --------------------------------------------------- diff --git a/py_wave_runup/__init__.py b/py_wave_runup/__init__.py index acf93ff..361804e 100644 --- a/py_wave_runup/__init__.py +++ b/py_wave_runup/__init__.py @@ -1,3 +1,3 @@ -__version__ = "0.1.7" +__version__ = "0.1.8" from . import datasets, ensembles, models diff --git a/pyproject.toml b/pyproject.toml index 25c45f6..95a3a94 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "py-wave-runup" -version = "0.1.7" +version = "0.1.8" description = "Empirical wave runup models implemented in Python" authors = ["Chris Leaman"] license = "GPL-3.0+"