organizations-local 0.0.52__tar.gz → 0.0.54__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: organizations-local
3
- Version: 0.0.52
3
+ Version: 0.0.54
4
4
  Summary: PyPI Package for Circles organizations-local Python
5
5
  Home-page: https://github.com/circles-zone/organizations-local-python-package
6
6
  Author: Circles
@@ -5,7 +5,7 @@ from language_remote.lang_code import LangCode
5
5
  from logger_local.MetaLogger import MetaLogger
6
6
  from user_context_remote.user_context import UserContext
7
7
 
8
- from .organizations_constants import ORGANIZATIONS_PYTHON_PACKAGE_CODE_LOGGER_OBJECT
8
+ from .organizations_constants_src import ORGANIZATIONS_PYTHON_PACKAGE_CODE_LOGGER_OBJECT
9
9
 
10
10
  user_context = UserContext()
11
11
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: organizations-local
3
- Version: 0.0.52
3
+ Version: 0.0.54
4
4
  Summary: PyPI Package for Circles organizations-local Python
5
5
  Home-page: https://github.com/circles-zone/organizations-local-python-package
6
6
  Author: Circles
@@ -7,5 +7,5 @@ organizations_local.egg-info/dependency_links.txt
7
7
  organizations_local.egg-info/requires.txt
8
8
  organizations_local.egg-info/top_level.txt
9
9
  organizations_local/src/__init__.py
10
- organizations_local/src/organizations_constants.py
10
+ organizations_local/src/organizations_constants_src.py
11
11
  organizations_local/src/organizations_local.py
@@ -5,7 +5,7 @@ package_dir = PACKAGE_NAME.replace("-", "_")
5
5
 
6
6
  setuptools.setup(
7
7
  name=PACKAGE_NAME,
8
- version='0.0.52', # https://pypi.org/project/organizations-local/
8
+ version='0.0.54', # https://pypi.org/project/organizations-local/
9
9
  author="Circles",
10
10
  author_email="info@circlez.ai",
11
11
  description="PyPI Package for Circles organizations-local Python",