Skip to content

Commit

Permalink
Updated version number
Browse files Browse the repository at this point in the history
Signed-off-by: schlopp96 <[email protected]>
  • Loading branch information
schlopp96 committed Sep 7, 2022
1 parent 33fa0f3 commit ffe22ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion UpgradePipPkgs/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

from UpgradePipPkgs.app import events, loggers

__version__ = '0.4.0' # Version of main module.
__version__ = '0.4.1' # Version of main module.

logger_main = loggers.logger_main
menu = events.menu() # Start program event flow.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
reqs = pathlib.Path("requirements.txt").read_text()
setup(
name="UpgradePipPkgs",
version="0.4.0",
version="0.4.1",
description=
"Tool for upgrading all `pip` packages within a Python environment using just one command.",
url='https://github.com/schlopp96/UpgradePipPkgs',
Expand Down

0 comments on commit ffe22ea

Please sign in to comment.