mcm-cli 0.49.1__tar.gz → 1.0.0__tar.gz

Sign up to get free protection for your applications and to get access to all the features.
Files changed (29) hide show
  1. {mcm_cli-0.49.1/mcm_cli.egg-info → mcm_cli-1.0.0}/PKG-INFO +1 -1
  2. {mcm_cli-0.49.1 → mcm_cli-1.0.0/mcm_cli.egg-info}/PKG-INFO +1 -1
  3. {mcm_cli-0.49.1 → mcm_cli-1.0.0}/mcmcli/__main__.py +1 -1
  4. {mcm_cli-0.49.1 → mcm_cli-1.0.0}/setup.py +1 -1
  5. {mcm_cli-0.49.1 → mcm_cli-1.0.0}/LICENSE +0 -0
  6. {mcm_cli-0.49.1 → mcm_cli-1.0.0}/NOTICE +0 -0
  7. {mcm_cli-0.49.1 → mcm_cli-1.0.0}/README.md +0 -0
  8. {mcm_cli-0.49.1 → mcm_cli-1.0.0}/mcm_cli.egg-info/SOURCES.txt +0 -0
  9. {mcm_cli-0.49.1 → mcm_cli-1.0.0}/mcm_cli.egg-info/dependency_links.txt +0 -0
  10. {mcm_cli-0.49.1 → mcm_cli-1.0.0}/mcm_cli.egg-info/entry_points.txt +0 -0
  11. {mcm_cli-0.49.1 → mcm_cli-1.0.0}/mcm_cli.egg-info/requires.txt +0 -0
  12. {mcm_cli-0.49.1 → mcm_cli-1.0.0}/mcm_cli.egg-info/top_level.txt +0 -0
  13. {mcm_cli-0.49.1 → mcm_cli-1.0.0}/mcmcli/__init__.py +0 -0
  14. {mcm_cli-0.49.1 → mcm_cli-1.0.0}/mcmcli/command/account.py +0 -0
  15. {mcm_cli-0.49.1 → mcm_cli-1.0.0}/mcmcli/command/auth.py +0 -0
  16. {mcm_cli-0.49.1 → mcm_cli-1.0.0}/mcmcli/command/config.py +0 -0
  17. {mcm_cli-0.49.1 → mcm_cli-1.0.0}/mcmcli/command/decision.py +0 -0
  18. {mcm_cli-0.49.1 → mcm_cli-1.0.0}/mcmcli/command/wallet.py +0 -0
  19. {mcm_cli-0.49.1 → mcm_cli-1.0.0}/mcmcli/data/account.py +0 -0
  20. {mcm_cli-0.49.1 → mcm_cli-1.0.0}/mcmcli/data/account_user.py +0 -0
  21. {mcm_cli-0.49.1 → mcm_cli-1.0.0}/mcmcli/data/decision.py +0 -0
  22. {mcm_cli-0.49.1 → mcm_cli-1.0.0}/mcmcli/data/error.py +0 -0
  23. {mcm_cli-0.49.1 → mcm_cli-1.0.0}/mcmcli/data/seller.py +0 -0
  24. {mcm_cli-0.49.1 → mcm_cli-1.0.0}/mcmcli/data/token.py +0 -0
  25. {mcm_cli-0.49.1 → mcm_cli-1.0.0}/mcmcli/data/wallet.py +0 -0
  26. {mcm_cli-0.49.1 → mcm_cli-1.0.0}/mcmcli/logging.py +0 -0
  27. {mcm_cli-0.49.1 → mcm_cli-1.0.0}/mcmcli/requests.py +0 -0
  28. {mcm_cli-0.49.1 → mcm_cli-1.0.0}/setup.cfg +0 -0
  29. {mcm_cli-0.49.1 → mcm_cli-1.0.0}/tests/test_config.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: mcm-cli
3
- Version: 0.49.1
3
+ Version: 1.0.0
4
4
  Summary: A command-line interface for Moloco Commerde Media
5
5
  Home-page: https://github.com/moloco-mcm/mcm-cli
6
6
  Author: Moloco MCM Team
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: mcm-cli
3
- Version: 0.49.1
3
+ Version: 1.0.0
4
4
  Summary: A command-line interface for Moloco Commerde Media
5
5
  Home-page: https://github.com/moloco-mcm/mcm-cli
6
6
  Author: Moloco MCM Team
@@ -32,7 +32,7 @@ def version():
32
32
  """
33
33
  Show the tool version
34
34
  """
35
- typer.echo(f"Version: mcm-cli v0.49.1")
35
+ typer.echo(f"Version: mcm-cli v1.0.0")
36
36
 
37
37
  app.add_typer(mcmcli.command.account.app, name="account", help="Ad account management")
38
38
  app.add_typer(mcmcli.command.auth.app, name="auth", help="Authentication management")
@@ -18,7 +18,7 @@ from setuptools import setup, find_packages
18
18
 
19
19
  setup(
20
20
  name='mcm-cli',
21
- version='0.49.1',
21
+ version='1.0.0',
22
22
  description='A command-line interface for Moloco Commerde Media',
23
23
  long_description=open('README.md').read(),
24
24
  long_description_content_type='text/markdown',
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes