boto3-refresh-session 0.0.27__tar.gz → 0.0.28__tar.gz

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,12 +1,12 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: boto3-refresh-session
3
- Version: 0.0.27
3
+ Version: 0.0.28
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
7
7
  Keywords: boto3,botocore,aws
8
8
  Author: Mike Letts
9
- Author-email: michaelthomasletts@gmail.com
9
+ Author-email: lettsmt@gmail.com
10
10
  Maintainer: Michael Letts
11
11
  Maintainer-email: lettsmt@gmail.com
12
12
  Requires-Python: >=3.10
@@ -1,9 +1,9 @@
1
1
  [project]
2
2
  name = "boto3-refresh-session"
3
- version = "0.0.27"
3
+ version = "0.0.28"
4
4
  description = "A simple Python package for refreshing boto3 sessions automatically."
5
5
  authors = [
6
- {name = "Mike Letts",email = "michaelthomasletts@gmail.com"}
6
+ {name = "Mike Letts",email = "lettsmt@gmail.com"}
7
7
  ]
8
8
  license = {text = "MIT"}
9
9
  readme = "README.md"