Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasBeuzen committed Jul 7, 2020
1 parent 8e177e7 commit 18c0be6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion pywebcat/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.4"
__version__ = "0.1.5"
2 changes: 1 addition & 1 deletion tests/test_pywebcat.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@


def test_version():
assert __version__ == "0.1.4"
assert __version__ == "0.1.5"


def test_generate_url():
Expand Down

0 comments on commit 18c0be6

Please sign in to comment.