Skip to content

Commit f3cc9a9

Browse files
committed
Tweak version
For compatibility with later pip versions that can't parse a dependency link with a "-" in the version string
1 parent 7135f9e commit f3cc9a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ipaddr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
2323
"""
2424

25-
__version__ = '2.1.11-py3.2'
25+
__version__ = '2.1.11py3.2'
2626

2727
long = int
2828
xrange = range

0 commit comments

Comments
 (0)