Skip to content

Commit

Permalink
Merge pull request #9 from schlopp96/dev
Browse files Browse the repository at this point in the history
v0.3.2 Hotfix
  • Loading branch information
schlopp96 authored Jul 14, 2022
2 parents 8b98395 + ea406a6 commit 3fc191a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions UpgradePipPkgs/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@

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

__version__ = '0.3.1' # Version of main module.
__version__ = '0.3.2' # Version of main module.

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

exit_seq: PyLoadBar = PyLoadBar(
enable_bar=False) # Initialize exit load-sequence.
bar_sequence=False) # Initialize exit load-sequence.


def config_logs() -> tuple[logging.Logger, logging.Logger, logging.Logger]:
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.3.1",
version="0.3.2",
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 3fc191a

Please sign in to comment.