Skip to content

Commit

Permalink
Bump version: 0.3.0 → 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
andrlik committed Oct 10, 2024
1 parent a544fe4 commit a6f2554
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-markov"
version = "0.3.0"
version = "0.3.1"
description = "django-markov is a reusable Django app that enables you to create Markov text models, and store them in the database. Those models can then be used to generate Markov chain sentences."
authors = [
{ name = "Daniel Andrlik", email = "[email protected]" }
Expand Down Expand Up @@ -256,7 +256,7 @@ with_dev = true
commands = [["pyright"]]

[tool.bumpversion]
current_version = "0.3.0"
current_version = "0.3.1"
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
serialize = ["{major}.{minor}.{patch}"]
search = "{current_version}"
Expand Down

0 comments on commit a6f2554

Please sign in to comment.