boto3-refresh-session 0.0.16__tar.gz → 0.0.17__tar.gz

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: boto3-refresh-session
3
- Version: 0.0.16
3
+ Version: 0.0.17
4
4
  Summary: A simple Python package for refreshing boto3 sessions automatically.
5
5
  Home-page: https://github.com/michaelthomasletts/boto3-refresh-session
6
6
  License: MIT
@@ -28,6 +28,8 @@ Description-Content-Type: text/markdown
28
28
  [![Workflow](https://img.shields.io/github/actions/workflow/status/michaelthomasletts/boto3-refresh-session/push_pullrequest.yml?logo=github)](https://github.com/michaelthomasletts/boto3-refresh-session/actions/workflows/push_pullrequest.yml)
29
29
  ![Python Version](https://img.shields.io/pypi/pyversions/boto3-refresh-session?style=pypi)
30
30
 
31
+ ![BRS Image](doc/brs.png)
32
+
31
33
  A simple Python package for refreshing boto3 sessions automatically.
32
34
 
33
35
  - [Documentation](https://michaelthomasletts.github.io/boto3-refresh-session/index.html)
@@ -3,6 +3,8 @@
3
3
  [![Workflow](https://img.shields.io/github/actions/workflow/status/michaelthomasletts/boto3-refresh-session/push_pullrequest.yml?logo=github)](https://github.com/michaelthomasletts/boto3-refresh-session/actions/workflows/push_pullrequest.yml)
4
4
  ![Python Version](https://img.shields.io/pypi/pyversions/boto3-refresh-session?style=pypi)
5
5
 
6
+ ![BRS Image](doc/brs.png)
7
+
6
8
  A simple Python package for refreshing boto3 sessions automatically.
7
9
 
8
10
  - [Documentation](https://michaelthomasletts.github.io/boto3-refresh-session/index.html)
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "boto3-refresh-session"
3
- version = "0.0.16"
3
+ version = "0.0.17"
4
4
  description = "A simple Python package for refreshing boto3 sessions automatically."
5
5
  authors = [
6
6
  {name = "Mike Letts",email = "michaelthomasletts@gmail.com"}