Skip to content

Commit c58bc9a

Browse files
authored
bump version to 0.7.0 (KeyviDev#343)
1 parent b707575 commit c58bc9a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

python/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
#################
3535

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

rust/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "keyvi"
3-
version = "0.6.5"
3+
version = "0.7.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"
@@ -21,4 +21,4 @@ rayon = "0.9"
2121
rand = ">=0.4"
2222
snap = "1.1"
2323
zstd = "0.13"
24-
flate2 = "1.0"
24+
flate2 = "1.0"

0 commit comments

Comments
 (0)