Skip to content

Commit 7f32e62

Browse files
committed
set version and set is_released flag
1 parent 2e7ae99 commit 7f32e62

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

python/setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@
3333
#################
3434

3535
VERSION_MAJOR = 0
36-
VERSION_MINOR = 4
37-
VERSION_PATCH = 7
36+
VERSION_MINOR = 5
37+
VERSION_PATCH = 0
3838
VERSION_DEV = 0
39-
IS_RELEASED = False
39+
IS_RELEASED = True
4040

4141
VERSION = "{}.{}.{}".format(VERSION_MAJOR, VERSION_MINOR, VERSION_PATCH)
4242
if not IS_RELEASED:

rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "keyvi"
3-
version = "0.4.7"
3+
version = "0.5.0"
44
build = "build.rs"
55
authors = ["Hendrik Muhs<hendrik.muhs@gmail.com>", "Narek Gharibyan <narekgharibyan@gmail.com>", "Subu <subu@cliqz.com>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)