Skip to content

Commit

Permalink
fix(build): Tweak to fix version bumping
Browse files Browse the repository at this point in the history
  • Loading branch information
monotasker committed Sep 23, 2024
1 parent b88bb7d commit 9376f3e
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 = "invenio-remote-user-data-kcworks"
version = "0.5.3-beta0"
version = "0.5.4-beta0"
description = "An extension to draw user data from remote sources into the Knowledge Commons Works InvenioRDM instance"
readme = "README.md"
authors = [{ name = "Mesh Research", email = "[email protected]" }]
Expand Down Expand Up @@ -121,7 +121,7 @@ push = true
'^version = "{version}"',
]
"README.md" = [
'^Version {version}"',
'^Version {version}',
]
VERSION = [
'^"{version}"',
Expand Down

0 comments on commit 9376f3e

Please sign in to comment.