Skip to content

Commit 764a86e

Browse files
committed
fix(release): fix info from pre-release
1 parent 6faefd0 commit 764a86e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"colors": true,
2+
"colors": false,
33
"encoding": "utf-8",
44
"splash": true
55
}

core/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"author": "Florian Cardinal",
2727
"github": "https://github.com/Tracks12/toolsManager.py",
2828
"name": "toolsManager.py",
29-
"version": "0.2",
29+
"version": "0.1",
3030
})
3131

3232
REGEX_ARGS = str("\\s(?=(?:[^\"'`]*[\"'`][^\"'`]*[\"'`])*[^\"'`]*$)")

0 commit comments

Comments
 (0)