Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Correct the version in setup.py
  • Loading branch information
shrikantjoshi-hpe committed Jul 1, 2025
commit 59d5012385c943537b38fe3a707cddb40d4ec8b4
2 changes: 1 addition & 1 deletion tools/marvin/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
raise RuntimeError("python setuptools is required to build Marvin")


VERSION = "4.21.0.0"
VERSION = "4.21.0.0-SNAPSHOT"

setup(name="Marvin",
version=VERSION,
Expand Down
Loading