Skip to content

Commit

Permalink
bumped package version to 0.1.34
Browse files Browse the repository at this point in the history
  • Loading branch information
narekgharibyan authored Dec 22, 2016
1 parent ebe0563 commit 4ff6041
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pykeyvi/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ def run(self):

setup(
name=PACKAGE_NAME,
version='0.1.32',
version='0.1.34',
description='Python bindings for keyvi',
author='Hendrik Muhs',
author_email='hendrik.muhs@gmail.com',
Expand All @@ -206,7 +206,7 @@ def run(self):
ext_modules=ext_modules,
zip_safe=False,
url='https://github.com/cliqz/keyvi',
download_url='https://github.com/cliqz/keyvi/tarball/v0.1.32',
download_url='https://github.com/cliqz/keyvi/tarball/v0.1.34',
keywords=['FST'],
classifiers=[],
install_requires=install_requires,
Expand Down

0 comments on commit 4ff6041

Please sign in to comment.