Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
tomtung committed Apr 27, 2020
1 parent 014bd6d commit 22f4c13
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "omikuji"
description = "an efficient implementation of Partitioned Label Treesand its variations for extreme multi-label classification"
version = "0.3.1"
version = "0.3.2"
edition = "2018"
authors = ["Tom Dong <[email protected]>"]
license = "MIT"
Expand Down
6 changes: 3 additions & 3 deletions c-api/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion c-api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "omikuji_c-api"
version = "0.3.1"
version = "0.3.2"
edition = "2018"
authors = ["Tom Dong <[email protected]>"]

Expand Down
2 changes: 1 addition & 1 deletion python-wrapper/omikuji/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.3.1"
__version__ = "0.3.2"
__all__ = ["Model", "LossType"]

from ._libomikuji import lib, ffi
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def load_readme():

setup(
name="omikuji",
version="0.3.1",
version="0.3.2",
author="Tom Dong",
author_email="[email protected]",
description=(
Expand Down

0 comments on commit 22f4c13

Please sign in to comment.