Skip to content

Commit 46d987f

Browse files
authored
drop cpdef for exported-only methods, update readme (#11)
* drop cpdef for exported-only methods, update readme
1 parent 0275014 commit 46d987f

4 files changed

Lines changed: 538 additions & 573 deletions

File tree

pip-freeze.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ipdb==0.13.9
1010
ipython==7.30.1
1111
jedi==0.18.1
1212
matplotlib-inline==0.1.3
13-
-e git+https://github.com/escherba/python-metrohash@c6d18bcf22fa6e4a0bc8a98fb8f94f2c60d4f12d#egg=metrohash
13+
-e git+https://github.com/escherba/python-metrohash@58720ab4383131ba9942cf728f237f0747f5286d#egg=metrohash
1414
numpy==1.21.5
1515
packaging==21.3
1616
parso==0.8.3

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def is_pure(self):
8282
)
8383

8484

85-
VERSION = '0.1.0.post5'
85+
VERSION = '0.1.0.post6'
8686
URL = "https://github.com/escherba/python-metrohash"
8787

8888

0 commit comments

Comments
 (0)