Skip to content

Commit 5e0e2a6

Browse files
committed
Bump version
1 parent 9a2bfd2 commit 5e0e2a6

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
## [Unreleased]
2+
3+
### New features
4+
5+
### Fixes and improvements
6+
7+
## [v1.0.0](https://github.com/OpenNMT/CTranslate2/releases/tag/v1.0.0) (2019-09-23)
8+
9+
First stable release.

python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def _maybe_add_library_root(lib_name):
2525

2626
setup(
2727
name="ctranslate2",
28-
version="0.1.0",
28+
version="1.0.0",
2929
packages=find_packages(exclude=["bin"]),
3030
ext_modules=[ctranslate2_module],
3131
install_requires=[

0 commit comments

Comments
 (0)