dailybot-cli 1.1.0__tar.gz → 1.2.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.
Files changed (24) hide show
  1. {dailybot_cli-1.1.0 → dailybot_cli-1.2.0}/PKG-INFO +1 -1
  2. {dailybot_cli-1.1.0 → dailybot_cli-1.2.0}/dailybot_cli.egg-info/PKG-INFO +1 -1
  3. {dailybot_cli-1.1.0 → dailybot_cli-1.2.0}/pyproject.toml +1 -1
  4. {dailybot_cli-1.1.0 → dailybot_cli-1.2.0}/LICENSE +0 -0
  5. {dailybot_cli-1.1.0 → dailybot_cli-1.2.0}/README.md +0 -0
  6. {dailybot_cli-1.1.0 → dailybot_cli-1.2.0}/dailybot_cli/__init__.py +0 -0
  7. {dailybot_cli-1.1.0 → dailybot_cli-1.2.0}/dailybot_cli/api_client.py +0 -0
  8. {dailybot_cli-1.1.0 → dailybot_cli-1.2.0}/dailybot_cli/commands/__init__.py +0 -0
  9. {dailybot_cli-1.1.0 → dailybot_cli-1.2.0}/dailybot_cli/commands/agent.py +0 -0
  10. {dailybot_cli-1.1.0 → dailybot_cli-1.2.0}/dailybot_cli/commands/auth.py +0 -0
  11. {dailybot_cli-1.1.0 → dailybot_cli-1.2.0}/dailybot_cli/commands/config.py +0 -0
  12. {dailybot_cli-1.1.0 → dailybot_cli-1.2.0}/dailybot_cli/commands/interactive.py +0 -0
  13. {dailybot_cli-1.1.0 → dailybot_cli-1.2.0}/dailybot_cli/commands/status.py +0 -0
  14. {dailybot_cli-1.1.0 → dailybot_cli-1.2.0}/dailybot_cli/commands/update.py +0 -0
  15. {dailybot_cli-1.1.0 → dailybot_cli-1.2.0}/dailybot_cli/commands/version.py +0 -0
  16. {dailybot_cli-1.1.0 → dailybot_cli-1.2.0}/dailybot_cli/config.py +0 -0
  17. {dailybot_cli-1.1.0 → dailybot_cli-1.2.0}/dailybot_cli/display.py +0 -0
  18. {dailybot_cli-1.1.0 → dailybot_cli-1.2.0}/dailybot_cli/main.py +0 -0
  19. {dailybot_cli-1.1.0 → dailybot_cli-1.2.0}/dailybot_cli.egg-info/SOURCES.txt +0 -0
  20. {dailybot_cli-1.1.0 → dailybot_cli-1.2.0}/dailybot_cli.egg-info/dependency_links.txt +0 -0
  21. {dailybot_cli-1.1.0 → dailybot_cli-1.2.0}/dailybot_cli.egg-info/entry_points.txt +0 -0
  22. {dailybot_cli-1.1.0 → dailybot_cli-1.2.0}/dailybot_cli.egg-info/requires.txt +0 -0
  23. {dailybot_cli-1.1.0 → dailybot_cli-1.2.0}/dailybot_cli.egg-info/top_level.txt +0 -0
  24. {dailybot_cli-1.1.0 → dailybot_cli-1.2.0}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dailybot-cli
3
- Version: 1.1.0
3
+ Version: 1.2.0
4
4
  Summary: Dailybot CLI - The command-line bridge between humans and agents. Progress reports, observability, and workflow automation for modern teams across Slack, Google Chat, Discord, MS Teams, and more.
5
5
  Author-email: Dailybot <support@dailybot.com>
6
6
  License: MIT
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dailybot-cli
3
- Version: 1.1.0
3
+ Version: 1.2.0
4
4
  Summary: Dailybot CLI - The command-line bridge between humans and agents. Progress reports, observability, and workflow automation for modern teams across Slack, Google Chat, Discord, MS Teams, and more.
5
5
  Author-email: Dailybot <support@dailybot.com>
6
6
  License: MIT
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "dailybot-cli"
7
- version = "1.1.0"
7
+ version = "1.2.0"
8
8
  description = "Dailybot CLI - The command-line bridge between humans and agents. Progress reports, observability, and workflow automation for modern teams across Slack, Google Chat, Discord, MS Teams, and more."
9
9
  readme = "README.md"
10
10
  license = {text = "MIT"}
File without changes
File without changes
File without changes