Skip to content

Commit 4a060ff

Browse files
ci: bump version to 0.1.1
1 parent 3ac7a3c commit 4a060ff

File tree

1 file changed

+10
-15
lines changed

1 file changed

+10
-15
lines changed

pyproject.toml

+10-15
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,20 @@
11
[build-system]
2-
requires = ["setuptools"]
2+
requires = [ "setuptools",]
33
build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "mpm-pytorch"
7-
version = "0.1.0"
8-
dependencies = [
9-
"torch>=2.0.1",
10-
"numpy<2",
11-
"warp-lang==0.6.1",
12-
"omegaconf",
13-
"matplotlib",
14-
"tqdm"
15-
]
7+
version = "0.1.1"
8+
dependencies = [ "torch>=2.0.1", "numpy<2", "warp-lang==0.6.1", "omegaconf", "matplotlib", "tqdm",]
169
requires-python = ">=3.8"
17-
authors = [
18-
{name = "Yuchen Lin", email="yuchenlin0612@gmail.com"}
19-
]
2010
description = "A PyTorch Implementation of MLS-MPM (Moving Least Squares Material Point Method)"
2111
readme = "README.md"
22-
license = {file = "LICENSE.txt"}
12+
[[project.authors]]
13+
name = "Yuchen Lin"
14+
email = "yuchenlin0612@gmail.com"
15+
16+
[project.license]
17+
file = "LICENSE.txt"
2318

2419
[tool.setuptools.packages.find]
25-
include = ["mpm_pytorch*"]
20+
include = [ "mpm_pytorch*",]

0 commit comments

Comments
 (0)