Skip to content
This repository was archived by the owner on Jun 12, 2024. It is now read-only.

Commit 99e5551

Browse files
committed
Set version to 'git' in git repo.
When publishing to PyPI, we'll have to set it at the time of tagging, as before.
1 parent 8713ce3 commit 99e5551

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ipaddr.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
2323
"""
2424

25-
__version__ = '2.2.0'
25+
__version__ = 'git'
2626

2727
import struct
2828
import sys

0 commit comments

Comments
 (0)