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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: blitzcoder
3
- Version: 1.0.2
3
+ Version: 1.0.3
4
4
  Summary: AI-powered development assistant for code generation, refactoring, and project management
5
5
  Home-page: https://github.com/Raghu6798/Blitz_Coder
6
6
  Author: BlitzCoder Team
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "blitzcoder"
7
- version = "1.0.2"
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.2",
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.2"
8
+ __version__ = "1.0.3"
9
9
  __author__ = "BlitzCoder Team"
10
10
  __author_email__ = "raghunandanerukulla@gmail.com"
11
11
  __description__ = "AI-Powered Development Assistant"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: blitzcoder
3
- Version: 1.0.2
3
+ Version: 1.0.3
4
4
  Summary: AI-powered development assistant for code generation, refactoring, and project management
5
5
  Home-page: https://github.com/Raghu6798/Blitz_Coder
6
6
  Author: BlitzCoder Team
@@ -44,7 +44,6 @@ from loguru import logger
44
44
  from langchain_groq import ChatGroq
45
45
  from langchain_google_genai import ChatGoogleGenerativeAI,GoogleGenerativeAIEmbeddings
46
46
 
47
- from config.settings import AgentSettings
48
47
 
49
48
  load_dotenv()
50
49
 
File without changes
File without changes
File without changes
File without changes
File without changes