Skip to content

Commit

Permalink
bump version 0.0.4 -> 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
radusuciu committed Mar 27, 2023
1 parent 0145607 commit 3f139f6
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.4"
version = "0.0.5"
description = "Django app that lets you define custom SQL functions"
authors = [
{name = "Radu Suciu"},
Expand Down Expand Up @@ -126,7 +126,7 @@ topo_order = false
sort_commits = "oldest"

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

0 comments on commit 3f139f6

Please sign in to comment.