Skip to content

Commit ffe22ea

Browse files
committed
Updated version number
Signed-off-by: schlopp96 <71921821+schlopp96@users.noreply.github.com>
1 parent 33fa0f3 commit ffe22ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

UpgradePipPkgs/main.py

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

1313
from UpgradePipPkgs.app import events, loggers
1414

15-
__version__ = '0.4.0' # Version of main module.
15+
__version__ = '0.4.1' # Version of main module.
1616

1717
logger_main = loggers.logger_main
1818
menu = events.menu() # Start program event flow.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
reqs = pathlib.Path("requirements.txt").read_text()
66
setup(
77
name="UpgradePipPkgs",
8-
version="0.4.0",
8+
version="0.4.1",
99
description=
1010
"Tool for upgrading all `pip` packages within a Python environment using just one command.",
1111
url='https://github.com/schlopp96/UpgradePipPkgs',

0 commit comments

Comments
 (0)