Skip to content

Commit

Permalink
chore: bump version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sjakthol committed Jan 1, 2022
1 parent 73f15e5 commit 4220dc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aws_sqs_batchlib/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Amazon SQS Batchlib"""
__version__ = "1.1.0"
__version__ = "1.2.0"

from .aws_sqs_batchlib import consume, create_sqs_client, delete_message_batch
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 = "aws-sqs-batchlib"
version = "1.1.0"
version = "1.2.0"
description = "Library working with Amazon SQS"
authors = ["Sami Jaktholm <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 4220dc1

Please sign in to comment.