Skip to content

Commit

Permalink
bumped version to 0.1.35
Browse files Browse the repository at this point in the history
  • Loading branch information
narekgharibyan committed Jan 6, 2017
1 parent 3e5bd53 commit 44af758
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.34',
version='0.1.35',
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.34',
download_url='https://github.com/cliqz/keyvi/tarball/v0.1.35',
keywords=['FST'],
classifiers=[],
install_requires=install_requires,
Expand Down

0 comments on commit 44af758

Please sign in to comment.