Skip to content

Commit

Permalink
Bump version: 0.1.2 → 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mmuppidi committed Apr 4, 2022
1 parent 8aac4ce commit 73a8163
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.2
current_version = 0.1.3
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion httpx_auth_awssigv4/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

__author__ = """Mohan Muppidi"""
__email__ = 'mkumar2301@gmail.com'
__version__ = '0.1.2'
__version__ = '0.1.3'
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool]
[tool.poetry]
name = "httpx-auth-awssigv4"
version = "0.1.2"
version = "0.1.3"
homepage = "https://github.com/mmuppidi/httpx-auth-awssigv4"
description = "This package provides utilities to add AWS Signature V4 authentication infrormation to calls made by python httpx library."
authors = ["Mohan Muppidi <mkumar2301@gmail.com>"]
Expand Down

0 comments on commit 73a8163

Please sign in to comment.