ezgit-sync 0.1.0__tar.gz → 0.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 (34) hide show
  1. {ezgit_sync-0.1.0 → ezgit_sync-0.1.1}/PKG-INFO +2 -2
  2. {ezgit_sync-0.1.0 → ezgit_sync-0.1.1}/README.md +1 -1
  3. {ezgit_sync-0.1.0 → ezgit_sync-0.1.1}/pyproject.toml +1 -1
  4. {ezgit_sync-0.1.0 → ezgit_sync-0.1.1}/.editorconfig +0 -0
  5. {ezgit_sync-0.1.0 → ezgit_sync-0.1.1}/.github/ISSUE_TEMPLATE/bug_report.yml +0 -0
  6. {ezgit_sync-0.1.0 → ezgit_sync-0.1.1}/.github/ISSUE_TEMPLATE/config.yml +0 -0
  7. {ezgit_sync-0.1.0 → ezgit_sync-0.1.1}/.github/ISSUE_TEMPLATE/feature_request.yml +0 -0
  8. {ezgit_sync-0.1.0 → ezgit_sync-0.1.1}/.github/dependabot.yml +0 -0
  9. {ezgit_sync-0.1.0 → ezgit_sync-0.1.1}/.github/pull_request_template.md +0 -0
  10. {ezgit_sync-0.1.0 → ezgit_sync-0.1.1}/.github/workflows/ci.yml +0 -0
  11. {ezgit_sync-0.1.0 → ezgit_sync-0.1.1}/.github/workflows/codeql.yml +0 -0
  12. {ezgit_sync-0.1.0 → ezgit_sync-0.1.1}/.github/workflows/docs.yml +0 -0
  13. {ezgit_sync-0.1.0 → ezgit_sync-0.1.1}/.github/workflows/publish.yml +0 -0
  14. {ezgit_sync-0.1.0 → ezgit_sync-0.1.1}/.github/workflows/zizmor.yml +0 -0
  15. {ezgit_sync-0.1.0 → ezgit_sync-0.1.1}/.gitignore +0 -0
  16. {ezgit_sync-0.1.0 → ezgit_sync-0.1.1}/CHANGELOG/0.1.0.md +0 -0
  17. {ezgit_sync-0.1.0 → ezgit_sync-0.1.1}/CODE_OF_CONDUCT.md +0 -0
  18. {ezgit_sync-0.1.0 → ezgit_sync-0.1.1}/CONTRIBUTING.md +0 -0
  19. {ezgit_sync-0.1.0 → ezgit_sync-0.1.1}/LICENSE +0 -0
  20. {ezgit_sync-0.1.0 → ezgit_sync-0.1.1}/SECURITY.md +0 -0
  21. {ezgit_sync-0.1.0 → ezgit_sync-0.1.1}/docs/api.md +0 -0
  22. {ezgit_sync-0.1.0 → ezgit_sync-0.1.1}/docs/index.md +0 -0
  23. {ezgit_sync-0.1.0 → ezgit_sync-0.1.1}/docs/installation.md +0 -0
  24. {ezgit_sync-0.1.0 → ezgit_sync-0.1.1}/docs/usage.md +0 -0
  25. {ezgit_sync-0.1.0 → ezgit_sync-0.1.1}/justfile +0 -0
  26. {ezgit_sync-0.1.0 → ezgit_sync-0.1.1}/scripts/release.py +0 -0
  27. {ezgit_sync-0.1.0 → ezgit_sync-0.1.1}/src/autogit/__init__.py +0 -0
  28. {ezgit_sync-0.1.0 → ezgit_sync-0.1.1}/src/autogit/__main__.py +0 -0
  29. {ezgit_sync-0.1.0 → ezgit_sync-0.1.1}/src/autogit/autogit.py +0 -0
  30. {ezgit_sync-0.1.0 → ezgit_sync-0.1.1}/src/autogit/cli.py +0 -0
  31. {ezgit_sync-0.1.0 → ezgit_sync-0.1.1}/src/autogit/py.typed +0 -0
  32. {ezgit_sync-0.1.0 → ezgit_sync-0.1.1}/src/autogit/utils.py +0 -0
  33. {ezgit_sync-0.1.0 → ezgit_sync-0.1.1}/tests/test_autogit.py +0 -0
  34. {ezgit_sync-0.1.0 → ezgit_sync-0.1.1}/zensical.toml +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ezgit-sync
3
- Version: 0.1.0
3
+ Version: 0.1.1
4
4
  Summary: This package is a basic git automator for deep learning and machine learning tasks.
5
5
  Project-URL: bugs, https://github.com/hasanaliozkan-dev/autogit/issues
6
6
  Project-URL: changelog, https://github.com/hasanaliozkan-dev/autogit/releases
@@ -18,7 +18,7 @@ Requires-Dist: rich
18
18
  Requires-Dist: typer
19
19
  Description-Content-Type: text/markdown
20
20
 
21
- # auto_git
21
+ # ezgit-sync
22
22
 
23
23
  ![PyPI version](https://img.shields.io/pypi/v/autogit.svg)
24
24
 
@@ -1,4 +1,4 @@
1
- # auto_git
1
+ # ezgit-sync
2
2
 
3
3
  ![PyPI version](https://img.shields.io/pypi/v/autogit.svg)
4
4
 
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "ezgit-sync"
7
- version = "0.1.0"
7
+ version = "0.1.1"
8
8
  description = "This package is a basic git automator for deep learning and machine learning tasks."
9
9
  readme = "README.md"
10
10
  authors = [
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