Skip to content

Commit

Permalink
CRITICAL BUG FIX pre-update commit
Browse files Browse the repository at this point in the history
- Updated program version across main file.

Signed-off-by: schlopp96 <[email protected]>
  • Loading branch information
schlopp96 committed Jun 29, 2022
1 parent 30174ab commit 6a602e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UpgradePipPkgs/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

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

__version__ = '0.2.0' # Version of main module.
__version__ = '0.2.1' # Version of main module.

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

Expand Down

0 comments on commit 6a602e0

Please sign in to comment.