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.
2 parents db1e47a + 9d86839 commit c6b8cd8Copy full SHA for c6b8cd8
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.3"
+release = "v0.1.4"
27
28
29
# -- General configuration ---------------------------------------------------
py_wave_runup/__init__.py
@@ -1 +1 @@
1
-__version__ = "0.1.3"
+__version__ = "0.1.4"
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
2
name = "py-wave-runup"
3
-version = "0.1.3"
+version = "0.1.4"
4
description = "Empirical wave runup models implemented in Python"
5
authors = ["Chris Leaman"]
6
license = "GPL-3.0+"
0 commit comments