Skip to content

Commit

Permalink
bump version 0.0.5 -> 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
radusuciu committed Feb 28, 2024
1 parent 8b225fc commit 2e66fb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "django-sqlfun"
version = "0.0.5"
version = "0.0.6"
description = "Django app that lets you define custom SQL functions"
authors = [
{name = "Radu Suciu"},
Expand Down Expand Up @@ -130,7 +130,7 @@ topo_order = false
sort_commits = "oldest"

[tool.bumpver]
current_version = "0.0.5"
current_version = "0.0.6"
version_pattern = "MAJOR.MINOR.PATCH"
commit_message = "bump version {old_version} -> {new_version}"
commit = true
Expand Down

0 comments on commit 2e66fb1

Please sign in to comment.