Skip to content

Commit

Permalink
build: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
allisson committed Apr 15, 2024
1 parent 1f900c1 commit 40a896e
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
@@ -1,6 +1,6 @@
[tool.poetry]
name = "sqsx"
version = "0.5.0"
version = "0.5.1"
description = "A simple task processor for Amazon SQS"
authors = ["Allisson Azevedo"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name="sqsx",
version="0.5.0",
version="0.5.1",
description="A simple task processor for Amazon SQS",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 40a896e

Please sign in to comment.