We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b707575 commit c58bc9aCopy full SHA for c58bc9a
python/setup.py
@@ -34,8 +34,8 @@
34
#################
35
36
VERSION_MAJOR = 0
37
-VERSION_MINOR = 6
38
-VERSION_PATCH = 5
+VERSION_MINOR = 7
+VERSION_PATCH = 0
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.5"
+version = "0.7.0"
4
build = "build.rs"
5
authors = ["Hendrik Muhs<hendrik.muhs@gmail.com>", "Narek Gharibyan <narekgharibyan@gmail.com>", "Subu <subu@cliqz.com>"]
6
license = "Apache-2.0"
@@ -21,4 +21,4 @@ rayon = "0.9"
21
rand = ">=0.4"
22
snap = "1.1"
23
zstd = "0.13"
24
-flate2 = "1.0"
+flate2 = "1.0"
0 commit comments