handycode 2.1.0__tar.gz → 2.1.1__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 (23) hide show
  1. {handycode-2.1.0 → handycode-2.1.1}/PKG-INFO +1 -1
  2. {handycode-2.1.0 → handycode-2.1.1}/handycode/__init__.py +1 -1
  3. {handycode-2.1.0 → handycode-2.1.1}/handycode.egg-info/PKG-INFO +1 -1
  4. {handycode-2.1.0 → handycode-2.1.1}/setup.py +1 -1
  5. {handycode-2.1.0 → handycode-2.1.1}/LICENSE +0 -0
  6. {handycode-2.1.0 → handycode-2.1.1}/README.md +0 -0
  7. {handycode-2.1.0 → handycode-2.1.1}/handycode/__main__.py +0 -0
  8. {handycode-2.1.0 → handycode-2.1.1}/handycode/assistant.py +0 -0
  9. {handycode-2.1.0 → handycode-2.1.1}/handycode/cli.py +0 -0
  10. {handycode-2.1.0 → handycode-2.1.1}/handycode/config.py +0 -0
  11. {handycode-2.1.0 → handycode-2.1.1}/handycode/file_manager.py +0 -0
  12. {handycode-2.1.0 → handycode-2.1.1}/handycode/logo.py +0 -0
  13. {handycode-2.1.0 → handycode-2.1.1}/handycode/main.py +0 -0
  14. {handycode-2.1.0 → handycode-2.1.1}/handycode/models.py +0 -0
  15. {handycode-2.1.0 → handycode-2.1.1}/handycode/project_templates.py +0 -0
  16. {handycode-2.1.0 → handycode-2.1.1}/handycode/security.py +0 -0
  17. {handycode-2.1.0 → handycode-2.1.1}/handycode/utils.py +0 -0
  18. {handycode-2.1.0 → handycode-2.1.1}/handycode.egg-info/SOURCES.txt +0 -0
  19. {handycode-2.1.0 → handycode-2.1.1}/handycode.egg-info/dependency_links.txt +0 -0
  20. {handycode-2.1.0 → handycode-2.1.1}/handycode.egg-info/entry_points.txt +0 -0
  21. {handycode-2.1.0 → handycode-2.1.1}/handycode.egg-info/requires.txt +0 -0
  22. {handycode-2.1.0 → handycode-2.1.1}/handycode.egg-info/top_level.txt +0 -0
  23. {handycode-2.1.0 → handycode-2.1.1}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: handycode
3
- Version: 2.1.0
3
+ Version: 2.1.1
4
4
  Summary: AI Code Assistant for DeepSeek
5
5
  Home-page: https://github.com/AuraTechno/HandyCode
6
6
  Author: AuraTechno
@@ -3,7 +3,7 @@ HandyCode - AI Ассистент для разработки
3
3
  Аналог Claude Code для командной строки
4
4
  """
5
5
 
6
- __version__ = "1.0.0"
6
+ __version__ = "2.1.1"
7
7
  __author__ = "AURA Tec."
8
8
  __license__ = "MIT"
9
9
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: handycode
3
- Version: 2.1.0
3
+ Version: 2.1.1
4
4
  Summary: AI Code Assistant for DeepSeek
5
5
  Home-page: https://github.com/AuraTechno/HandyCode
6
6
  Author: AuraTechno
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
2
2
 
3
3
  setup(
4
4
  name="handycode",
5
- version="2.1.0",
5
+ version="2.1.1",
6
6
  author="AuraTechno",
7
7
  description="AI Code Assistant for DeepSeek",
8
8
  long_description="HandyCode - AI Code Assistant",
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