Skip to content

Commit cf634dc

Browse files
committed
fix version dev -> rc
1 parent 15156f5 commit cf634dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
# default_version is the version if "git describe --tags" falls through
2323
# Additional package info is set in foqus_lib/version/version.template.
2424
# The version module, just makes it a bit easier for FOQUS to pull package info
25-
default_version = "3.28.rc0"
25+
default_version = "3.28.0rc0"
2626

2727
try:
2828
version = (

0 commit comments

Comments
 (0)