There was an error while loading. Please reload this page.
1 parent 3b0a2b3 commit 9336b1eCopy full SHA for 9336b1e
boto3_refresh_session/__init__.py
@@ -9,7 +9,7 @@
9
10
__all__.extend(session.__all__)
11
__all__.extend(exceptions.__all__)
12
-__version__ = "3.0.2"
+__version__ = "3.0.3"
13
__title__ = "boto3-refresh-session"
14
__author__ = "Mike Letts"
15
__maintainer__ = "Mike Letts"
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "boto3-refresh-session"
3
-version = "3.0.2"
+version = "3.0.3"
4
description = "A simple Python package for refreshing the temporary security credentials in a boto3.session.Session object automatically."
5
authors = [
6
{name = "Mike Letts",email = "lettsmt@gmail.com"}
0 commit comments