Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mRcSchwering committed Jan 3, 2024
1 parent fc14667 commit 849651c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 = "magicsoup" # pyproject.toml has precedence
version = "0.14.0" # pyproject.toml has precedence
version = "1.0.0" # pyproject.toml has precedence

[lib]
name = "_lib" # private module to be nested into Python package
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ build-backend = "maturin"

[project]
name = "magicsoup"
version = "0.14.1"
version = "1.0.0"
authors = [{ name="Marc", email="schweringmarc01@gmail.com" }]
description = "Simulation for cell metabolic and transduction pathway evolution"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"numpy>=1.24.0,<1.27.0",
"torch>=2.0.0,<2.2.0"
"torch>=2.0.0,<2.2.0" # also noted in "Installation" docs
]
classifiers = [
"Environment :: Console",
Expand Down

0 comments on commit 849651c

Please sign in to comment.