Skip to content

Commit 6a602e0

Browse files
committed
CRITICAL BUG FIX pre-update commit
- Updated program version across main file. Signed-off-by: schlopp96 <71921821+schlopp96@users.noreply.github.com>
1 parent 30174ab commit 6a602e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UpgradePipPkgs/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
chdir(dirname(__file__)) # Change working directory to main module.
1818

19-
__version__ = '0.2.0' # Version of main module.
19+
__version__ = '0.2.1' # Version of main module.
2020

2121
textborder: str = f'\n<{"*" * 120}>\n' # Text border.
2222

0 commit comments

Comments
 (0)