Skip to content

Commit bee7eb9

Browse files
Merge branch 'main' into dev
2 parents 6edd629 + c2f47c7 commit bee7eb9

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.9"
7+
__version__ = "1.0.10"
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.9"
3+
version = "1.0.10"
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)