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 5c0080e commit c7e640bCopy full SHA for c7e640b
boto3_refresh_session/__init__.py
@@ -2,5 +2,5 @@
2
from .sts import STSRefreshableSession
3
4
__all__ = ["RefreshableSession"]
5
-__version__ = "1.0.41"
+__version__ = "1.1.0"
6
__author__ = "Mike Letts"
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
name = "boto3-refresh-session"
-version = "1.0.41"
+version = "1.1.0"
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