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.
1 parent b963ba0 commit f05847aCopy full SHA for f05847a
boto3_refresh_session/__init__.py
@@ -2,5 +2,5 @@
2
from .sts import STSRefreshableSession
3
4
__all__ = ["RefreshableSession"]
5
-__version__ = "1.1.2"
+__version__ = "1.1.3"
6
__author__ = "Mike Letts"
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
name = "boto3-refresh-session"
-version = "1.1.2"
+version = "1.1.3"
description = "A simple Python package for refreshing the temporary security credentials in a boto3.session.Session object automatically."
authors = [
{name = "Mike Letts",email = "[email protected]"}
0 commit comments