Skip to content

Commit 56c7e7b

Browse files
committed
version 0.1.0
1 parent a7473b4 commit 56c7e7b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.1"
7+
version = "0.1.0"
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.0.dev0"
1+
__version__ = "0.1.0"
22

33
"""
44
predictor module

0 commit comments

Comments
 (0)