Skip to content

Commit 17e0a55

Browse files
committed
release: v0.2.3
1 parent b5d2986 commit 17e0a55

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

mmdb_writer.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.2.2"
1+
__version__ = "0.2.3"
22

33
import logging
44
import math
@@ -7,7 +7,6 @@
77
from decimal import Decimal
88
from enum import IntEnum
99
from typing import Dict, List, Literal, Union
10-
from weakref import WeakKeyDictionary
1110

1211
from netaddr import IPNetwork, IPSet
1312

0 commit comments

Comments
 (0)