ollama-git-commit 0.1.1__tar.gz → 0.1.2__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 (28) hide show
  1. {ollama_git_commit-0.1.1 → ollama_git_commit-0.1.2}/.github/workflows/publish.yml +1 -1
  2. {ollama_git_commit-0.1.1 → ollama_git_commit-0.1.2}/PKG-INFO +1 -1
  3. {ollama_git_commit-0.1.1 → ollama_git_commit-0.1.2}/ollama_git_commit.egg-info/PKG-INFO +1 -1
  4. {ollama_git_commit-0.1.1 → ollama_git_commit-0.1.2}/pyproject.toml +1 -1
  5. {ollama_git_commit-0.1.1 → ollama_git_commit-0.1.2}/setup.py +1 -1
  6. {ollama_git_commit-0.1.1 → ollama_git_commit-0.1.2}/.github/FUNDING.yml +0 -0
  7. {ollama_git_commit-0.1.1 → ollama_git_commit-0.1.2}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
  8. {ollama_git_commit-0.1.1 → ollama_git_commit-0.1.2}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
  9. {ollama_git_commit-0.1.1 → ollama_git_commit-0.1.2}/.github/PULL_REQUEST_TEMPLATE.md +0 -0
  10. {ollama_git_commit-0.1.1 → ollama_git_commit-0.1.2}/.github/workflows/ci.yml +0 -0
  11. {ollama_git_commit-0.1.1 → ollama_git_commit-0.1.2}/.gitignore +0 -0
  12. {ollama_git_commit-0.1.1 → ollama_git_commit-0.1.2}/CHANGELOG.md +0 -0
  13. {ollama_git_commit-0.1.1 → ollama_git_commit-0.1.2}/CONTRIBUTING.md +0 -0
  14. {ollama_git_commit-0.1.1 → ollama_git_commit-0.1.2}/DOCUMENTATION.md +0 -0
  15. {ollama_git_commit-0.1.1 → ollama_git_commit-0.1.2}/LICENSE +0 -0
  16. {ollama_git_commit-0.1.1 → ollama_git_commit-0.1.2}/MANIFEST.in +0 -0
  17. {ollama_git_commit-0.1.1 → ollama_git_commit-0.1.2}/PYPI_QUICK_GUIDE.md +0 -0
  18. {ollama_git_commit-0.1.1 → ollama_git_commit-0.1.2}/README.md +0 -0
  19. {ollama_git_commit-0.1.1 → ollama_git_commit-0.1.2}/ai_commit.py +0 -0
  20. {ollama_git_commit-0.1.1 → ollama_git_commit-0.1.2}/install.sh +0 -0
  21. {ollama_git_commit-0.1.1 → ollama_git_commit-0.1.2}/ollama_git_commit.egg-info/SOURCES.txt +0 -0
  22. {ollama_git_commit-0.1.1 → ollama_git_commit-0.1.2}/ollama_git_commit.egg-info/dependency_links.txt +0 -0
  23. {ollama_git_commit-0.1.1 → ollama_git_commit-0.1.2}/ollama_git_commit.egg-info/entry_points.txt +0 -0
  24. {ollama_git_commit-0.1.1 → ollama_git_commit-0.1.2}/ollama_git_commit.egg-info/requires.txt +0 -0
  25. {ollama_git_commit-0.1.1 → ollama_git_commit-0.1.2}/ollama_git_commit.egg-info/top_level.txt +0 -0
  26. {ollama_git_commit-0.1.1 → ollama_git_commit-0.1.2}/publish.sh +0 -0
  27. {ollama_git_commit-0.1.1 → ollama_git_commit-0.1.2}/requirements.txt +0 -0
  28. {ollama_git_commit-0.1.1 → ollama_git_commit-0.1.2}/setup.cfg +0 -0
@@ -11,7 +11,7 @@ jobs:
11
11
  runs-on: ubuntu-latest
12
12
  environment:
13
13
  name: pypi
14
- url: https://pypi.org/p/ai-commit-cli
14
+ url: https://pypi.org/p/ollama-git-commit
15
15
  permissions:
16
16
  id-token: write
17
17
  steps:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ollama-git-commit
3
- Version: 0.1.1
3
+ Version: 0.1.2
4
4
  Summary: Generate AI-powered git commit messages using local Ollama
5
5
  Home-page: https://github.com/himanshu231204/ai-commit
6
6
  Author: Himanshu Kumar
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ollama-git-commit
3
- Version: 0.1.1
3
+ Version: 0.1.2
4
4
  Summary: Generate AI-powered git commit messages using local Ollama
5
5
  Home-page: https://github.com/himanshu231204/ai-commit
6
6
  Author: Himanshu Kumar
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "ollama-git-commit"
7
- version = "0.1.1"
7
+ version = "0.1.2"
8
8
  description = "Generate AI-powered git commit messages using local Ollama"
9
9
  readme = "README.md"
10
10
  authors = [
@@ -8,7 +8,7 @@ with open(os.path.join(this_directory, "README.md"), encoding="utf-8") as f:
8
8
 
9
9
  setup(
10
10
  name="ollama-git-commit",
11
- version="0.1.1",
11
+ version="0.1.2",
12
12
  author="Himanshu Kumar",
13
13
  author_email="himanshu231204@gmail.com",
14
14
  description="Generate AI-powered git commit messages using local Ollama",