Skip to content

Commit

Permalink
Bump version: 24.02.0 → 24.03.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scwatts committed Mar 7, 2024
1 parent 7081f38 commit 7a63df2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpver]
current_version = "24.02.0"
current_version = "24.03.0"
version_pattern = "YY.0M.PATCH[-TAG]"
commit_message = "Bump version: {old_version} → {new_version}"
commit = true
Expand Down
2 changes: 1 addition & 1 deletion scripts/build_release_assets.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

release_version=24.02.0
release_version=24.03.0


# Set up build directory
Expand Down

0 comments on commit 7a63df2

Please sign in to comment.