prgen-cli 0.2.5__tar.gz → 0.2.6__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. {prgen_cli-0.2.5/src/prgen_cli.egg-info → prgen_cli-0.2.6}/PKG-INFO +1 -1
  2. {prgen_cli-0.2.5 → prgen_cli-0.2.6}/pyproject.toml +1 -1
  3. {prgen_cli-0.2.5 → prgen_cli-0.2.6}/src/prgen/providers/gemini_provider.py +0 -1
  4. {prgen_cli-0.2.5 → prgen_cli-0.2.6/src/prgen_cli.egg-info}/PKG-INFO +1 -1
  5. {prgen_cli-0.2.5 → prgen_cli-0.2.6}/LICENSE +0 -0
  6. {prgen_cli-0.2.5 → prgen_cli-0.2.6}/README.md +0 -0
  7. {prgen_cli-0.2.5 → prgen_cli-0.2.6}/setup.cfg +0 -0
  8. {prgen_cli-0.2.5 → prgen_cli-0.2.6}/src/prgen/__main__.py +0 -0
  9. {prgen_cli-0.2.5 → prgen_cli-0.2.6}/src/prgen/about.py +0 -0
  10. {prgen_cli-0.2.5 → prgen_cli-0.2.6}/src/prgen/api_errors.py +0 -0
  11. {prgen_cli-0.2.5 → prgen_cli-0.2.6}/src/prgen/cli.py +0 -0
  12. {prgen_cli-0.2.5 → prgen_cli-0.2.6}/src/prgen/config.py +0 -0
  13. {prgen_cli-0.2.5 → prgen_cli-0.2.6}/src/prgen/defaults.py +0 -0
  14. {prgen_cli-0.2.5 → prgen_cli-0.2.6}/src/prgen/git_utils.py +0 -0
  15. {prgen_cli-0.2.5 → prgen_cli-0.2.6}/src/prgen/prompting.py +0 -0
  16. {prgen_cli-0.2.5 → prgen_cli-0.2.6}/src/prgen/prompts/pr_description.txt +0 -0
  17. {prgen_cli-0.2.5 → prgen_cli-0.2.6}/src/prgen/providers/openai_provider.py +0 -0
  18. {prgen_cli-0.2.5 → prgen_cli-0.2.6}/src/prgen/ui.py +0 -0
  19. {prgen_cli-0.2.5 → prgen_cli-0.2.6}/src/prgen_cli.egg-info/SOURCES.txt +0 -0
  20. {prgen_cli-0.2.5 → prgen_cli-0.2.6}/src/prgen_cli.egg-info/dependency_links.txt +0 -0
  21. {prgen_cli-0.2.5 → prgen_cli-0.2.6}/src/prgen_cli.egg-info/entry_points.txt +0 -0
  22. {prgen_cli-0.2.5 → prgen_cli-0.2.6}/src/prgen_cli.egg-info/requires.txt +0 -0
  23. {prgen_cli-0.2.5 → prgen_cli-0.2.6}/src/prgen_cli.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: prgen-cli
3
- Version: 0.2.5
3
+ Version: 0.2.6
4
4
  Summary: Generate PR titles and descriptions from git diff
5
5
  Author: Jean Paul Fernandez
6
6
  License-Expression: GPL-3.0-only
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "prgen-cli"
3
- version = "0.2.5"
3
+ version = "0.2.6"
4
4
  description = "Generate PR titles and descriptions from git diff"
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.10"
@@ -22,7 +22,6 @@ class GeminiProvider:
22
22
  model=self.model,
23
23
  contents=prompt,
24
24
  config=types.GenerateContentConfig(
25
- temperature=0.2,
26
25
  max_output_tokens=8192,
27
26
  ),
28
27
  )
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: prgen-cli
3
- Version: 0.2.5
3
+ Version: 0.2.6
4
4
  Summary: Generate PR titles and descriptions from git diff
5
5
  Author: Jean Paul Fernandez
6
6
  License-Expression: GPL-3.0-only
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes