Skip to content

Commit b3e11ad

Browse files
version bump
1 parent 5d96afa commit b3e11ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pykeyvi/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ def run(self):
227227

228228
setup(
229229
name=PACKAGE_NAME,
230-
version='0.1.37',
230+
version='0.1.38',
231231
description='Python package for keyvi',
232232
author='Hendrik Muhs',
233233
author_email='[email protected]',
@@ -238,7 +238,7 @@ def run(self):
238238
ext_modules=ext_modules,
239239
zip_safe=False,
240240
url='https://github.com/cliqz/keyvi',
241-
download_url='https://github.com/cliqz/keyvi/tarball/v0.1.37',
241+
download_url='https://github.com/cliqz/keyvi/tarball/v0.1.38',
242242
keywords=['FST'],
243243
classifiers=[
244244
'Programming Language :: C++',

0 commit comments

Comments
 (0)