Skip to content

Commit c841ba1

Browse files
committed
prepare 0.6.0 release
1 parent 4f33245 commit c841ba1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

python/setup.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@
3434
#################
3535

3636
VERSION_MAJOR = 0
37-
VERSION_MINOR = 5
38-
VERSION_PATCH = 8
37+
VERSION_MINOR = 6
38+
VERSION_PATCH = 0
3939
VERSION_DEV = 0
40-
IS_RELEASED = False
40+
IS_RELEASED = True
4141

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

rust/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "keyvi"
3-
version = "0.5.8"
3+
version = "0.6.0"
44
build = "build.rs"
55
authors = ["Hendrik Muhs<[email protected]>", "Narek Gharibyan <[email protected]>", "Subu <[email protected]>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)