Skip to content

Commit b9f8ec8

Browse files
bump patch version [skip ci]
1 parent 928134c commit b9f8ec8

File tree

3 files changed

+2
-2
lines changed

3 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.18"
7+
__version__ = "1.0.19"
88
__author__ = "Mike Letts"

doc/brs.png

-256 Bytes
Loading

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.18"
3+
version = "1.0.19"
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)