Skip to content

Commit 490f5a7

Browse files
committed
v0.1.6
1 parent 23e37d2 commit 490f5a7

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,4 +169,5 @@ examples/prediction/predict_GREA_for_gas.py
169169
examples/prediction/train_GNN_for_any.py
170170
examples/prediction/train_GREA_for_gas.py
171171
tools/
172-
**/*.bak
172+
**/*.bak
173+
procedure.txt

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "torch_molecule"
7-
version = "0.1.5"
7+
version = "0.1.6"
88
description = "Deep learning packages for molecular discovery with a simple sklearn-style interface"
99
authors = [{name = "Gang Liu", email = "gliu7@nd.edu"}]
1010
readme = "README.md"

0 commit comments

Comments
 (0)