We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7473b4 commit 56c7e7bCopy full SHA for 56c7e7b
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "torch_molecule"
7
-version = "0.1.1"
+version = "0.1.0"
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"
torch_molecule/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "0.1.0.dev0"
+__version__ = "0.1.0"
2
3
"""
predictor module
0 commit comments