Skip to content

Commit

Permalink
Bump version: 7.3.2 → 7.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 12, 2024
1 parent 161511b commit d2af9d6
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 @@ -20,7 +20,7 @@ maintainers = [{ name = "CAVE Developers" }]
name = "caveclient"
readme = "README.md"
requires-python = ">=3.9"
version = "7.3.2"
version = "7.4.0"

[project.urls]
Documentation = "https://caveconnectome.github.io/CAVEclient/"
Expand Down Expand Up @@ -62,7 +62,7 @@ test = ["pytest", "pytest-cov", "pytest-env", "pytest-mock", "responses"]
allow_dirty = false
commit = true
commit_args = ""
current_version = "7.3.2"
current_version = "7.4.0"
ignore_missing_version = false
message = "Bump version: {current_version} → {new_version}"
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
Expand Down

0 comments on commit d2af9d6

Please sign in to comment.