We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d12dd55 commit e8302ddCopy full SHA for e8302dd
1 file changed
setup.py
@@ -7,7 +7,7 @@
7
setup(
8
name="statcode",
9
description="Like man pages, but for HTTP status codes",
10
- version="v1.0.0",
+ version="v2.0.0",
11
install_requires=["pyyaml", "urwid"],
12
packages=["statcode"],
13
entry_points={"console_scripts": ["statcode = statcode.statcode:main"]},
@@ -17,4 +17,4 @@
17
author="shobrook",
18
author_email="shobrookj@gmail.com",
19
license="MIT"
20
-)
+)
0 commit comments