diff --git a/pyproject.toml b/pyproject.toml index 9faa4d6..31021d1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pywebcat" -version = "0.1.4" +version = "0.1.5" description = "Python tool for working with the NOAA NOS Web Camera Applications Testbed (WebCAT)" authors = ["Tomas Beuzen "] license = "MIT" diff --git a/pywebcat/__init__.py b/pywebcat/__init__.py index bbab024..1276d02 100644 --- a/pywebcat/__init__.py +++ b/pywebcat/__init__.py @@ -1 +1 @@ -__version__ = "0.1.4" +__version__ = "0.1.5" diff --git a/tests/test_pywebcat.py b/tests/test_pywebcat.py index 4dfe1be..26ec019 100644 --- a/tests/test_pywebcat.py +++ b/tests/test_pywebcat.py @@ -6,7 +6,7 @@ def test_version(): - assert __version__ == "0.1.4" + assert __version__ == "0.1.5" def test_generate_url():