diff --git a/docs/conf.py b/docs/conf.py index d29d206..20aa0e8 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.3" +release = "v0.1.4" # -- General configuration --------------------------------------------------- diff --git a/py_wave_runup/__init__.py b/py_wave_runup/__init__.py index ae73625..bbab024 100644 --- a/py_wave_runup/__init__.py +++ b/py_wave_runup/__init__.py @@ -1 +1 @@ -__version__ = "0.1.3" +__version__ = "0.1.4" diff --git a/pyproject.toml b/pyproject.toml index 8f34014..71a6332 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "py-wave-runup" -version = "0.1.3" +version = "0.1.4" description = "Empirical wave runup models implemented in Python" authors = ["Chris Leaman"] license = "GPL-3.0+"