Skip to content

Commit 1d13911

Browse files
Merge branch 'main' into dev
2 parents b9e5aad + 14865dd commit 1d13911

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
@@ -4,5 +4,5 @@
44
from .session import RefreshableSession
55

66
__all__.extend(session.__all__)
7-
__version__ = "1.0.5"
7+
__version__ = "1.0.6"
88
__author__ = "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 = "1.0.5"
3+
version = "1.0.6"
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)