We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d96afa commit b3e11adCopy full SHA for b3e11ad
pykeyvi/setup.py
@@ -227,7 +227,7 @@ def run(self):
227
228
setup(
229
name=PACKAGE_NAME,
230
- version='0.1.37',
+ version='0.1.38',
231
description='Python package for keyvi',
232
author='Hendrik Muhs',
233
author_email='[email protected]',
@@ -238,7 +238,7 @@ def run(self):
238
ext_modules=ext_modules,
239
zip_safe=False,
240
url='https://github.com/cliqz/keyvi',
241
- download_url='https://github.com/cliqz/keyvi/tarball/v0.1.37',
+ download_url='https://github.com/cliqz/keyvi/tarball/v0.1.38',
242
keywords=['FST'],
243
classifiers=[
244
'Programming Language :: C++',
0 commit comments