Skip to content

Commit 2b90a05

Browse files
downgrade version for now
1 parent 3102e6c commit 2b90a05

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Source = "https://github.com/joshuadavidthomas/django-github-app"
6868
[tool.bumpver]
6969
commit = true
7070
commit_message = ":bookmark: bump version {old_version} -> {new_version}"
71-
current_version = "0.1.0"
71+
current_version = "0.0.0"
7272
push = false # set to false for CI
7373
tag = false
7474
version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"

src/django_github_app/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from __future__ import annotations
22

3-
__version__ = "0.1.0"
3+
__version__ = "0.0.0"

tests/test_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55

66
def test_version():
7-
assert __version__ == "0.1.0"
7+
assert __version__ == "0.0.0"

0 commit comments

Comments
 (0)