Skip to content

Commit 70facdf

Browse files
authored
drop Python2 support (#22)
* drop Python2 support * version bump
1 parent f0ad972 commit 70facdf

File tree

4 files changed

+1097
-1534
lines changed

4 files changed

+1097
-1534
lines changed

pip-freeze.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,9 @@ Cython==0.29.26
44
decorator==5.1.0
55
iniconfig==1.1.1
66
ipdb==0.13.9
7-
ipython==7.30.1
7+
ipython==7.31.0
88
jedi==0.18.1
99
matplotlib-inline==0.1.3
10-
-e git+https://github.com/escherba/python-metrohash@87edc58d0a222d0b7a94f9497c3cc035296be72b#egg=metrohash
1110
numpy==1.22.0
1211
packaging==21.3
1312
parso==0.8.3

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ def get_system_bits():
116116
),
117117
]
118118

119-
VERSION = "0.2.1"
119+
VERSION = "0.3.0"
120120
URL = "https://github.com/escherba/python-metrohash"
121121

122122

0 commit comments

Comments
 (0)