python-sdk-local 0.0.6__tar.gz → 0.0.8__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.1
2
2
  Name: python-sdk-local
3
- Version: 0.0.6
3
+ Version: 0.0.8
4
4
  Summary: PyPI Package for Circles Python SDK Local Python
5
5
  Home-page: https://github.com/circles
6
6
  Author: Circles
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: python-sdk-local
3
- Version: 0.0.6
3
+ Version: 0.0.8
4
4
  Summary: PyPI Package for Circles Python SDK Local Python
5
5
  Home-page: https://github.com/circles
6
6
  Author: Circles
@@ -5,5 +5,6 @@ python_sdk_local.egg-info/PKG-INFO
5
5
  python_sdk_local.egg-info/SOURCES.txt
6
6
  python_sdk_local.egg-info/dependency_links.txt
7
7
  python_sdk_local.egg-info/top_level.txt
8
- src/__init__.py
9
- src/utilities.py
8
+ utilities/__init__.py
9
+ utilities/src/__init__.py
10
+ utilities/src/utilities.py
@@ -3,7 +3,7 @@ import setuptools
3
3
  # python -m build needs pyproject.toml or setup.py
4
4
  setuptools.setup(
5
5
  name='python-sdk-local',
6
- version='0.0.6', # https://pypi.org/project/python-sdk-local/
6
+ version='0.0.8', # https://pypi.org/project/python-sdk-local/
7
7
  author="Circles",
8
8
  author_email="info@circles.life",
9
9
  description="PyPI Package for Circles Python SDK Local Python",
File without changes