Skip to content

Commit

Permalink
version bump v1.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
diceroll123 committed Oct 7, 2024
1 parent be458c6 commit 1d8f4fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "neofoodclub"
version = "1.0.11"
version = "1.0.12"
edition = "2021"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion neofoodclub/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
__author__ = "diceroll123"
__license__ = "MIT"
__copyright__ = "Copyright 2021-present diceroll123"
__version__ = "1.0.11"
__version__ = "1.0.12"

from .neofoodclub import * # noqa
from .probability_model import * # noqa
Expand Down

0 comments on commit 1d8f4fc

Please sign in to comment.