Skip to content

Commit 785b463

Browse files
fix : minor edit in version_check script
1 parent 16139b0 commit 785b463

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

version_check.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"## [{0}]",
1919
"https://github.com/Moduland/Orangetool/compare/v{0}...dev",
2020
"[{0}]:"]
21-
PARAMS_ITEMS = ['VERSION = "{0}"']
21+
PARAMS_ITEMS = ['ORANGETOOL_VERSION = "{0}"']
2222
FILES = {
2323
"setup.py": SETUP_ITEMS,
2424
"README.md": README_ITEMS,

0 commit comments

Comments
 (0)