GoogleDevKit 1.0.1__tar.gz → 1.0.2__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.
@@ -4,4 +4,4 @@ GoogleDevKit uses special mechanisms based on Python PlayWright
4
4
  for free and unlimited access to the Google API.
5
5
  """
6
6
 
7
- from utils import googleAi
7
+ from GoogleDevKit.utils import googleAi
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: GoogleDevKit
3
- Version: 1.0.1
3
+ Version: 1.0.2
4
4
  Summary: Tools for optimizing your experience with Google services
5
5
  Author-email: Ars2011 <arsenlazarev2011@gmail.com>
6
6
  Classifier: Programming Language :: Python :: 3
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: GoogleDevKit
3
- Version: 1.0.1
3
+ Version: 1.0.2
4
4
  Summary: Tools for optimizing your experience with Google services
5
5
  Author-email: Ars2011 <arsenlazarev2011@gmail.com>
6
6
  Classifier: Programming Language :: Python :: 3
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "GoogleDevKit"
7
- version = "1.0.1"
7
+ version = "1.0.2"
8
8
  authors = [
9
9
  { name="Ars2011", email="arsenlazarev2011@gmail.com" }
10
10
  ]
File without changes
File without changes