blitzcoder 1.0.2__tar.gz → 1.0.3__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.
- {blitzcoder-1.0.2/src/blitzcoder.egg-info → blitzcoder-1.0.3}/PKG-INFO +1 -1
- {blitzcoder-1.0.2 → blitzcoder-1.0.3}/pyproject.toml +1 -1
- {blitzcoder-1.0.2 → blitzcoder-1.0.3}/setup.py +1 -1
- {blitzcoder-1.0.2 → blitzcoder-1.0.3}/src/blitzcoder/__init__.py +1 -1
- {blitzcoder-1.0.2 → blitzcoder-1.0.3/src/blitzcoder.egg-info}/PKG-INFO +1 -1
- {blitzcoder-1.0.2 → blitzcoder-1.0.3}/src/main/graphapi.py +0 -1
- {blitzcoder-1.0.2 → blitzcoder-1.0.3}/LICENSE +0 -0
- {blitzcoder-1.0.2 → blitzcoder-1.0.3}/MANIFEST.in +0 -0
- {blitzcoder-1.0.2 → blitzcoder-1.0.3}/README.md +0 -0
- {blitzcoder-1.0.2 → blitzcoder-1.0.3}/requirements.txt +0 -0
- {blitzcoder-1.0.2 → blitzcoder-1.0.3}/setup.cfg +0 -0
- {blitzcoder-1.0.2 → blitzcoder-1.0.3}/src/blitzcoder/cli/__init__.py +0 -0
- {blitzcoder-1.0.2 → blitzcoder-1.0.3}/src/blitzcoder/cli/cli_coder.py +0 -0
- {blitzcoder-1.0.2 → blitzcoder-1.0.3}/src/blitzcoder.egg-info/SOURCES.txt +0 -0
- {blitzcoder-1.0.2 → blitzcoder-1.0.3}/src/blitzcoder.egg-info/dependency_links.txt +0 -0
- {blitzcoder-1.0.2 → blitzcoder-1.0.3}/src/blitzcoder.egg-info/entry_points.txt +0 -0
- {blitzcoder-1.0.2 → blitzcoder-1.0.3}/src/blitzcoder.egg-info/requires.txt +0 -0
- {blitzcoder-1.0.2 → blitzcoder-1.0.3}/src/blitzcoder.egg-info/top_level.txt +0 -0
- {blitzcoder-1.0.2 → blitzcoder-1.0.3}/src/main/__init__.py +0 -0
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "blitzcoder"
|
|
7
|
-
version = "1.0.
|
|
7
|
+
version = "1.0.3"
|
|
8
8
|
description = "AI-powered development assistant for code generation, refactoring, and project management"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
license = {text = "MIT"}
|
|
@@ -12,7 +12,7 @@ except Exception:
|
|
|
12
12
|
|
|
13
13
|
setup(
|
|
14
14
|
name="blitzcoder",
|
|
15
|
-
version="1.0.
|
|
15
|
+
version="1.0.3",
|
|
16
16
|
description="AI-powered development assistant for code generation, refactoring, and project management",
|
|
17
17
|
long_description=long_description,
|
|
18
18
|
long_description_content_type="text/markdown",
|
|
@@ -5,7 +5,7 @@ A comprehensive AI-powered development assistant that helps with code generation
|
|
|
5
5
|
refactoring, project scaffolding, and development tasks.
|
|
6
6
|
"""
|
|
7
7
|
|
|
8
|
-
__version__ = "1.0.
|
|
8
|
+
__version__ = "1.0.3"
|
|
9
9
|
__author__ = "BlitzCoder Team"
|
|
10
10
|
__author_email__ = "raghunandanerukulla@gmail.com"
|
|
11
11
|
__description__ = "AI-Powered Development 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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|