Skip to content

Commit

Permalink
fix cargo name so pypi actually works.
Browse files Browse the repository at this point in the history
  • Loading branch information
unaidedelf8777 committed Apr 11, 2024
1 parent c56463d commit 2046b58
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fsm_utils" ## this will be the submodule name
version = "0.1.0"
name = "function_sampler" ## this will be the submodule name
version = "0.1.1"
edition = "2021"


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "function-sampler"
packages = [
{ include = "function_sampler" },
]
version = "0.1.4"
version = "0.1.5"
description = "Function calling Logit Sampler"
authors = ["Nathan Hoos <[email protected]>"]
license = "Apache 2.0"
Expand Down

0 comments on commit 2046b58

Please sign in to comment.