Skip to content

Commit

Permalink
Bump version to 0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
br3ndonland committed Sep 21, 2020
1 parent fd60470 commit 00d336c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ src_paths = ["inboard", "tests"]

[tool.poetry]
name = "inboard"
version = "0.5.2"
version = "0.5.3"
description = "Docker images to power your Python APIs and help you ship faster."
authors = ["Brendon Smith <br3ndonland@protonmail.com>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion tests/test_version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from inboard import __version__, package_version

current_version = "0.5.2"
current_version = "0.5.3"


def test_package_version() -> None:
Expand Down

0 comments on commit 00d336c

Please sign in to comment.