gcp-platforms-auto 0.7.8__tar.gz → 0.8.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: gcp_platforms_auto
3
- Version: 0.7.8
3
+ Version: 0.8.0
4
4
  Summary: A brief description of your package
5
5
  Author-email: ofir4858 <ofirshasha10@gmail.com>
6
6
  License: MIT
@@ -16,4 +16,6 @@ from .db import (
16
16
  from .iam import (
17
17
  check_user_has_role_in_project,
18
18
  get_projects_with_role
19
- )
19
+ )
20
+
21
+ from .models import RequesterModel
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: gcp_platforms_auto
3
- Version: 0.7.8
3
+ Version: 0.8.0
4
4
  Summary: A brief description of your package
5
5
  Author-email: ofir4858 <ofirshasha10@gmail.com>
6
6
  License: MIT
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "gcp_platforms_auto"
7
- version = "0.7.8"
7
+ version = "0.8.0"
8
8
  description = "A brief description of your package"
9
9
  readme = "README.md"
10
10
  authors = [