We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4375b94 commit 31b026cCopy full SHA for 31b026c
CHANGES.md
@@ -1,3 +1,9 @@
1
+v1.0.1 (2015-06-30)
2
+===================
3
+
4
+ - PyPy3 support in `_murmur3` extension - @sontek
5
+ - Pure Python fallback `murmur3_32` function for non-CPython interpreters.
6
7
v1.0.0 (2014-12-18)
8
===================
9
setup.py
@@ -14,7 +14,7 @@
14
15
setup(
16
name='clandestined',
17
- version='1.0.0',
+ version='1.0.1',
18
license='MIT',
19
author="Ernest W. Durbin III",
20
author_email='ewdurbin@gmail.com',
0 commit comments