Skip to content

Commit

Permalink
version bump 1.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
diceroll123 committed Nov 10, 2024
1 parent 11ffc52 commit d9bdd15
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 49 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.12"
version = "1.0.13"
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.12"
__version__ = "1.0.13"

from .neofoodclub import * # noqa
from .probability_model import * # noqa
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "neofoodclub.py"
version = "1.0.12"
name = "neofoodclub"
version = "1.0.13"
description = "A Python implementation of functionality used in https://neofood.club"
readme = "README.md"
requires-python = ">=3.11"
Expand Down
49 changes: 4 additions & 45 deletions uv.lock

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

0 comments on commit d9bdd15

Please sign in to comment.