Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumekln committed Sep 23, 2019
1 parent 9a2bfd2 commit 5e0e2a6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## [Unreleased]

### New features

### Fixes and improvements

## [v1.0.0](https://github.com/OpenNMT/CTranslate2/releases/tag/v1.0.0) (2019-09-23)

First stable release.
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def _maybe_add_library_root(lib_name):

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

0 comments on commit 5e0e2a6

Please sign in to comment.