Skip to content

Commit ea83865

Browse files
authored
v0.2.0 (#18)
1 parent c0ccb6d commit ea83865

File tree

6 files changed

+516
-522
lines changed

6 files changed

+516
-522
lines changed

pip-freeze.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ipdb==0.13.9
88
ipython==7.30.1
99
jedi==0.18.1
1010
matplotlib-inline==0.1.3
11-
-e git+https://github.com/escherba/python-metrohash@024cd2033692aef6372a2f2c1d13122ae97acb36#egg=metrohash
11+
-e git+https://github.com/escherba/python-metrohash@c0ccb6df1b98cd3a8cbc940492bd4dadec18428f#egg=metrohash
1212
numpy==1.21.5
1313
packaging==21.3
1414
parso==0.8.3

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
cython
1+
Cython
22
ipdb
33
ipython
44
numpy
5+
py-cpuinfo
56
pytest

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def is_pure(self):
9999
),
100100
]
101101

102-
VERSION = "0.1.2"
102+
VERSION = "0.2.0"
103103
URL = "https://github.com/escherba/python-metrohash"
104104

105105

0 commit comments

Comments
 (0)