We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e7ae99 commit 7f32e62Copy full SHA for 7f32e62
python/setup.py
@@ -33,10 +33,10 @@
33
#################
34
35
VERSION_MAJOR = 0
36
-VERSION_MINOR = 4
37
-VERSION_PATCH = 7
+VERSION_MINOR = 5
+VERSION_PATCH = 0
38
VERSION_DEV = 0
39
-IS_RELEASED = False
+IS_RELEASED = True
40
41
VERSION = "{}.{}.{}".format(VERSION_MAJOR, VERSION_MINOR, VERSION_PATCH)
42
if not IS_RELEASED:
rust/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "keyvi"
3
-version = "0.4.7"
+version = "0.5.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"
0 commit comments