We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ccf767 commit 90dff4bCopy full SHA for 90dff4b
src/ip-group/HISTORY.rst
@@ -3,6 +3,10 @@
3
Release History
4
===============
5
6
+1.0.1
7
++++++
8
+* None
9
+
10
1.0.0
11
+++++
12
* Make extension from preview to stable.
src/ip-group/setup.py
@@ -14,7 +14,7 @@
14
from distutils import log as logger
15
logger.warn("Wheel is not available, disabling bdist_wheel hook")
16
17
-VERSION = '1.0.0'
+VERSION = '1.0.1'
18
19
# The full list of classifiers is available at
20
# https://pypi.python.org/pypi?%3Aaction=list_classifiers
0 commit comments