Skip to content

Commit c6b8cd8

Browse files
committed
Merge branch 'develop'
2 parents db1e47a + 9d86839 commit c6b8cd8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
author = "Chris Leaman"
2424

2525
# The full version, including alpha/beta/rc tags
26-
release = "v0.1.3"
26+
release = "v0.1.4"
2727

2828

2929
# -- General configuration ---------------------------------------------------

py_wave_runup/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.1.3"
1+
__version__ = "0.1.4"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "py-wave-runup"
3-
version = "0.1.3"
3+
version = "0.1.4"
44
description = "Empirical wave runup models implemented in Python"
55
authors = ["Chris Leaman"]
66
license = "GPL-3.0+"

0 commit comments

Comments
 (0)