Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Abeautifulsnow committed Oct 10, 2022
1 parent cb7a94a commit 7beeef1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion pkgu.py
Original file line number Diff line number Diff line change
Expand Up @@ -332,4 +332,5 @@ def main():
entry()


main()
if __name__ == '__main__':
main()
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pkgu"
version = "0.0.11"
version = "0.0.12"
description = "Find the out-dated packages installed by the pip tool and update them."
authors = ["Abeautifulsnow"]

Expand Down

0 comments on commit 7beeef1

Please sign in to comment.