Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
tomtung committed Dec 3, 2021
1 parent acd94d4 commit 4318e1c
Show file tree
Hide file tree
Showing 6 changed files with 8 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.3.3"
version = "0.3.4"
edition = "2018"
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.3.3"
version = "0.3.4"
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.3"
__version__ = "0.3.4"
__all__ = ["Model", "LossType"]

from ._libomikuji import lib, ffi
Expand Down
3 changes: 2 additions & 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.3.3",
version="0.3.4",
author="Tom Dong",
author_email="[email protected]",
description=(
Expand All @@ -54,6 +54,7 @@ def load_readme():
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Rust",
"License :: OSI Approved :: MIT License",
Expand Down

0 comments on commit 4318e1c

Please sign in to comment.