Skip to content

Commit b79dee0

Browse files
bump minor version [skip ci]
1 parent 7ad1b8e commit b79dee0

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

55
__all__ = ["RefreshableSession"]
6-
__version__ = "1.1.3"
6+
__version__ = "1.2.0"
77
__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.1.3"
3+
version = "1.2.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 = "[email protected]"}

0 commit comments

Comments
 (0)