We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3102e6c commit 2b90a05Copy full SHA for 2b90a05
pyproject.toml
@@ -68,7 +68,7 @@ Source = "https://github.com/joshuadavidthomas/django-github-app"
68
[tool.bumpver]
69
commit = true
70
commit_message = ":bookmark: bump version {old_version} -> {new_version}"
71
-current_version = "0.1.0"
+current_version = "0.0.0"
72
push = false # set to false for CI
73
tag = false
74
version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"
src/django_github_app/__init__.py
@@ -1,3 +1,3 @@
1
from __future__ import annotations
2
3
-__version__ = "0.1.0"
+__version__ = "0.0.0"
tests/test_version.py
@@ -4,4 +4,4 @@
4
5
6
def test_version():
7
- assert __version__ == "0.1.0"
+ assert __version__ == "0.0.0"
0 commit comments