diff --git a/docs/conf.py b/docs/conf.py index 1139a0c..acb53da 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.5" +release = "v0.1.6" # -- General configuration --------------------------------------------------- diff --git a/py_wave_runup/__init__.py b/py_wave_runup/__init__.py index 1276d02..0a8da88 100644 --- a/py_wave_runup/__init__.py +++ b/py_wave_runup/__init__.py @@ -1 +1 @@ -__version__ = "0.1.5" +__version__ = "0.1.6" diff --git a/pyproject.toml b/pyproject.toml index 0dab4c2..403cb5b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "py-wave-runup" -version = "0.1.5" +version = "0.1.6" description = "Empirical wave runup models implemented in Python" authors = ["Chris Leaman"] license = "GPL-3.0+" @@ -12,7 +12,6 @@ documentation = 'https://py-wave-runup.readthedocs.io' [tool.poetry.dependencies] python = "^3.6 || ^3.7" numpy = "^1.16" -black = {version = ">=18.3,<20.0", allows-prereleases = true} [tool.poetry.dev-dependencies] tox = "^3.13" @@ -23,6 +22,7 @@ pre-commit = "^1.18" codecov = "^2.0" pytest-cov = "^2.8" sphinx = "^2.3" +black = {version = ">=18.3,<20.0", allow-prereleases = true} [build-system] requires = ["poetry>=0.12"]