Skip to content

Commit

Permalink
bump version 0.3.0 -> 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Hafnernuss committed May 22, 2023
1 parent 07b883d commit a179f90
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
Expand Up @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "django-dynamic-file"
version = "0.3.0"
version = "0.4.0"
description = "A flexible approach to handling and serving files with django"
readme = "README.rst"
authors = [{ name = "Philipp Hafner", email = "[email protected]" }]
Expand Down Expand Up @@ -35,7 +35,7 @@ package-dir = {"dynamic_file" = "dynamic_file"}

[tool.bumpver]
version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"
current_version = "0.3.0"
current_version = "0.4.0"
commit_message = "bump version {old_version} -> {new_version}"
commit = true
tag = false
Expand Down

0 comments on commit a179f90

Please sign in to comment.