Skip to content

Commit c7e640b

Browse files
bump minor version [skip ci]
1 parent 5c0080e commit c7e640b

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
@@ -2,5 +2,5 @@
22
from .sts import STSRefreshableSession
33

44
__all__ = ["RefreshableSession"]
5-
__version__ = "1.0.41"
5+
__version__ = "1.1.0"
66
__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.41"
3+
version = "1.1.0"
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)