Skip to content

Commit

Permalink
Bump version to 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kdknigga committed Sep 7, 2024
1 parent 3d4d1df commit 80f7d99
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 = "rflying_tower_bot"
version = "0.5.1"
version = "0.5.2"
description = ""
authors = ["Kris Knigga <[email protected]>"]

Expand Down
2 changes: 1 addition & 1 deletion rflying_tower_bot/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""rflying_tower_bot package."""

__version__ = "0.5.1"
__version__ = "0.5.2"
2 changes: 1 addition & 1 deletion tests/test_rflying_tower_bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@

def test_version():
"""Test the version of the rflying_tower_bot package."""
assert __version__ == "0.5.1"
assert __version__ == "0.5.2"

0 comments on commit 80f7d99

Please sign in to comment.