Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
willbakst authored Feb 14, 2024
1 parent 2df7eb0 commit aac78ea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[tool.poetry]
name = "pytorch-lattice"
version = "0.1.0"
version = "0.1.1"
description = "A PyTorch Implementation Of Lattice Modeling Techniques"
license = "MIT"
authors = ["William Bakst <[email protected]>"]
authors = ["William Bakst <[email protected]>"]
readme = "docs/README.md"
packages = [{ include = "pytorch_lattice" }]
repository = "https://github.com/ControlAI/pytorch-lattice"
repository = "https://github.com/willbakst/pytorch-lattice"

[tool.poetry.dependencies]
python = ">=3.9, <=3.12"
Expand Down

0 comments on commit aac78ea

Please sign in to comment.