Skip to content

Commit 3ab8146

Browse files
authored
update versions for 0.6.5 release cycle (#331)
1 parent 9a18c6a commit 3ab8146

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
VERSION_MAJOR = 0
3737
VERSION_MINOR = 6
38-
VERSION_PATCH = 4
38+
VERSION_PATCH = 5
3939
VERSION_DEV = 0
4040
IS_RELEASED = False
4141

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.6.4"
3+
version = "0.6.5"
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)