Skip to content

Commit

Permalink
Bump version of Python package
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumekln committed Nov 6, 2019
1 parent 9da12fa commit 4a83912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def _get_boost_python_libname():

setup(
name="ctranslate2",
version="1.2.0",
version="1.2.1",
packages=find_packages(exclude=["bin"]),
ext_modules=[ctranslate2_module],
install_requires=[
Expand Down

0 comments on commit 4a83912

Please sign in to comment.