Skip to content

Commit

Permalink
bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
vrasneur committed Aug 22, 2017
1 parent 0c4c231 commit c92e8c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ def to_bool(val):
extra_compile_args=['-std=c++0x', '-Wno-sign-compare'])

setup(name='pyfasttext',
version='0.2.1',
version='0.2.2',
author='Vincent Rasneur',
author_email='vrasneur@free.fr',
url='https://github.com/vrasneur/pyfasttext',
download_url='https://github.com/vrasneur/pyfasttext/releases/download/0.2.1/pyfasttext-0.2.1.tar.gz',
download_url='https://github.com/vrasneur/pyfasttext/releases/download/0.2.2/pyfasttext-0.2.2.tar.gz',
description='Yet another Python binding for fastText',
long_description=open('README.rst', 'r').read(),
license='GPLv3',
Expand Down

0 comments on commit c92e8c4

Please sign in to comment.