Skip to content

Commit

Permalink
bump version and add dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
SwiftSeal committed Dec 19, 2024
1 parent 48f68aa commit 6a7b646
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "resistify"
version = "1.0.0"
version = "1.0.1"
dependencies = [
"scikit-learn>=0.24.2",
"numpy",
Expand All @@ -14,6 +14,7 @@ dependencies = [
"fair-esm",
"transformers",
"sentencepiece",
"threadpoolctl",
]
authors = [
{ name="Moray Smith", email="[email protected]" },
Expand Down
2 changes: 1 addition & 1 deletion resistify/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.0"
__version__ = "1.0.1"

0 comments on commit 6a7b646

Please sign in to comment.