contrib/python-zstandard/zstandard/__init__.py
changeset 40121 73fef626dae3
parent 37495 b1fb341d8a61
child 42070 675775c33ab6
--- a/contrib/python-zstandard/zstandard/__init__.py	Tue Sep 25 20:55:03 2018 +0900
+++ b/contrib/python-zstandard/zstandard/__init__.py	Mon Oct 08 16:27:40 2018 -0700
@@ -60,3 +60,6 @@
 else:
     raise ImportError('unknown module import policy: %s; use default, cffi_fallback, '
                       'cext, or cffi' % _module_policy)
+
+# Keep this in sync with python-zstandard.h.
+__version__ = '0.10.1'