diff --git a/pyproject.toml b/pyproject.toml index a79d040..3f7f8c0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"}, @@ -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