We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23e37d2 commit 490f5a7Copy full SHA for 490f5a7
2 files changed
.gitignore
@@ -169,4 +169,5 @@ examples/prediction/predict_GREA_for_gas.py
169
examples/prediction/train_GNN_for_any.py
170
examples/prediction/train_GREA_for_gas.py
171
tools/
172
-**/*.bak
+**/*.bak
173
+procedure.txt
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "torch_molecule"
7
-version = "0.1.5"
+version = "0.1.6"
8
description = "Deep learning packages for molecular discovery with a simple sklearn-style interface"
9
authors = [{name = "Gang Liu", email = "gliu7@nd.edu"}]
10
readme = "README.md"
0 commit comments