Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
narekgharibyan authored Feb 24, 2017
1 parent a384d9d commit ee07897
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 @@ -227,7 +227,7 @@ def run(self):

setup(
name=PACKAGE_NAME,
version='0.1.36',
version='0.1.37',
description='Python package for keyvi',
author='Hendrik Muhs',
author_email='hendrik.muhs@gmail.com',
Expand All @@ -238,7 +238,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.36',
download_url='https://github.com/cliqz/keyvi/tarball/v0.1.37',
keywords=['FST'],
classifiers=[
'Programming Language :: C++',
Expand Down

0 comments on commit ee07897

Please sign in to comment.