We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 490f5a7 commit 086699aCopy full SHA for 086699a
2 files changed
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "torch_molecule"
7
-version = "0.1.6"
+version = "0.1.6.post1"
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.6"
+__version__ = "0.1.6.post1"
2
3
"""
predictor module
0 commit comments