Skip to content

Commit 66e5fcc

Browse files
🔖 bump version 0.6.0 -> 0.6.1
1 parent 99e76c1 commit 66e5fcc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Source = "https://github.com/joshuadavidthomas/django-github-app"
102102
[tool.bumpver]
103103
commit = true
104104
commit_message = ":bookmark: bump version {old_version} -> {new_version}"
105-
current_version = "0.6.0"
105+
current_version = "0.6.1"
106106
push = false # set to false for CI
107107
tag = false
108108
version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"

src/django_github_app/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from __future__ import annotations
22

3-
__version__ = "0.6.0"
3+
__version__ = "0.6.1"

tests/test_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55

66
def test_version():
7-
assert __version__ == "0.6.0"
7+
assert __version__ == "0.6.1"

0 commit comments

Comments
 (0)