We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a18c6a commit 3ab8146Copy full SHA for 3ab8146
2 files changed
python/setup.py
@@ -35,7 +35,7 @@
35
36
VERSION_MAJOR = 0
37
VERSION_MINOR = 6
38
-VERSION_PATCH = 4
+VERSION_PATCH = 5
39
VERSION_DEV = 0
40
IS_RELEASED = False
41
rust/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "keyvi"
3
-version = "0.6.4"
+version = "0.6.5"
4
build = "build.rs"
5
authors = ["Hendrik Muhs<[email protected]>", "Narek Gharibyan <[email protected]>", "Subu <[email protected]>"]
6
license = "Apache-2.0"
0 commit comments