diff options
author | Mikel Ward <mbw@google.com> | 2017-09-15 13:14:59 -0700 |
---|---|---|
committer | Mikel Ward <mbw@google.com> | 2017-09-15 13:14:59 -0700 |
commit | 99e55513666db1276596d74f24863e056ca50851 (patch) | |
tree | 7503f1fd60d98750fc21f87593c89c2be043d42e /ipaddr.py | |
parent | 8713ce3257ed5fd6461a8e20c58fa09f4d29cb1f (diff) | |
download | ipaddr-py-master.tar.gz |
When publishing to PyPI, we'll have to set it at the time of tagging,
as before.
Diffstat (limited to 'ipaddr.py')
-rw-r--r-- | ipaddr.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ and networks. """ -__version__ = '2.2.0' +__version__ = 'git' import struct import sys |