Skip to content

Commit

Permalink
bump version to 0.3.0 (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hendrik Muhs authored Mar 28, 2018
1 parent e75ce12 commit 580664d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ def run(self):

PACKAGE_NAME = 'keyvi'

version = '0.2.6'
version = '0.3.0'

install_requires = [
'msgpack-python',
Expand Down
2 changes: 1 addition & 1 deletion rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "keyvi"
version = "0.2.6"
version = "0.3.0"
build = "build.rs"
authors = ["Narek Gharibyan <[email protected]>", "Subu <[email protected]>"]

Expand Down

0 comments on commit 580664d

Please sign in to comment.