Skip to content

Commit

Permalink
Bump version (5.0.2 -> 5.1.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
montag451 committed Mar 7, 2023
1 parent e02cccb commit 74acaaf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="python-pypi-mirror",
version="5.0.2",
version="5.1.0",
author="montag451",
author_email="[email protected]",
maintainer="montag451",
Expand All @@ -19,6 +19,7 @@
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
],
py_modules=["pypi_mirror"],
entry_points={"console_scripts": ["pypi-mirror=pypi_mirror:main"]},
Expand Down

0 comments on commit 74acaaf

Please sign in to comment.