Skip to content

Commit 9336b1e

Browse files
bump patch version [skip ci]
1 parent 3b0a2b3 commit 9336b1e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

boto3_refresh_session/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
__all__.extend(session.__all__)
1111
__all__.extend(exceptions.__all__)
12-
__version__ = "3.0.2"
12+
__version__ = "3.0.3"
1313
__title__ = "boto3-refresh-session"
1414
__author__ = "Mike Letts"
1515
__maintainer__ = "Mike Letts"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "boto3-refresh-session"
3-
version = "3.0.2"
3+
version = "3.0.3"
44
description = "A simple Python package for refreshing the temporary security credentials in a boto3.session.Session object automatically."
55
authors = [
66
{name = "Mike Letts",email = "lettsmt@gmail.com"}

0 commit comments

Comments
 (0)