We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b9e5aad + 14865dd commit 1d13911Copy full SHA for 1d13911
boto3_refresh_session/__init__.py
@@ -4,5 +4,5 @@
4
from .session import RefreshableSession
5
6
__all__.extend(session.__all__)
7
-__version__ = "1.0.5"
+__version__ = "1.0.6"
8
__author__ = "Mike Letts"
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "boto3-refresh-session"
3
-version = "1.0.5"
+version = "1.0.6"
description = "A simple Python package for refreshing the temporary security credentials in a boto3.session.Session object automatically."
authors = [
{name = "Mike Letts",email = "lettsmt@gmail.com"}
0 commit comments