We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33fa0f3 commit ffe22eaCopy full SHA for ffe22ea
UpgradePipPkgs/main.py
@@ -12,7 +12,7 @@
12
13
from UpgradePipPkgs.app import events, loggers
14
15
-__version__ = '0.4.0' # Version of main module.
+__version__ = '0.4.1' # Version of main module.
16
17
logger_main = loggers.logger_main
18
menu = events.menu() # Start program event flow.
setup.py
@@ -5,7 +5,7 @@
5
reqs = pathlib.Path("requirements.txt").read_text()
6
setup(
7
name="UpgradePipPkgs",
8
- version="0.4.0",
+ version="0.4.1",
9
description=
10
"Tool for upgrading all `pip` packages within a Python environment using just one command.",
11
url='https://github.com/schlopp96/UpgradePipPkgs',
0 commit comments