Skip to content

Commit

Permalink
bump version → 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tsv1 committed May 12, 2024
1 parent 38d1800 commit 5eed8d3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion amqp_mock/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = "0.6.1"
version = "0.6.2"
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.6.1
current_version = 0.6.2
message = bump version → {new_version}
commit = True
tag = True
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def find_dev_required():

setup(
name="amqp-mock",
version="0.6.1",
version="0.6.2",
description="Remote AMQP mock",
long_description=open("README.md").read(),
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 5eed8d3

Please sign in to comment.