Skip to content

Commit 5b762af

Browse files
authored
bump version to 0.7.5 (#388)
1 parent 8546def commit 5b762af

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 = 7
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.7.4"
3+
version = "0.7.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)