Skip to content

Commit 086699a

Browse files
committed
update version
1 parent 490f5a7 commit 086699a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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.6"
7+
version = "0.1.6.post1"
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"

torch_molecule/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.1.6"
1+
__version__ = "0.1.6.post1"
22

33
"""
44
predictor module

0 commit comments

Comments
 (0)