Skip to content

Commit

Permalink
Bump version number to 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tomtung committed Dec 6, 2021
1 parent 8ca8e03 commit 487ad9c
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 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.4.0"
version = "0.4.1"
edition = "2021"
authors = ["Tom Dong <[email protected]>"]
license = "MIT"
Expand Down
4 changes: 2 additions & 2 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.4.0"
version = "0.4.1"
edition = "2021"
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.4.0"
__version__ = "0.4.1"
__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 @@ -28,7 +28,7 @@ def load_readme():

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

0 comments on commit 487ad9c

Please sign in to comment.