We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7a336a commit fbdf9c1Copy full SHA for fbdf9c1
setup.py
@@ -4,7 +4,7 @@
4
5
setup(
6
name='priority',
7
- version='0.0.1',
+ version='1.0.0',
8
description='A pure-Python implementation of the HTTP/2 priority tree',
9
long_description=open('README.rst').read() + '\n\n' + open('HISTORY.rst').read(),
10
author='Cory Benfield',
0 commit comments