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 78fd074 commit 1fc156dCopy full SHA for 1fc156d
setup.py
@@ -38,7 +38,7 @@ def ext_modules():
38
setup(
39
name = 'equiformer-pytorch',
40
packages = find_packages(exclude=[]),
41
- version = '0.0.1',
+ version = __version__,
42
license='MIT',
43
description = 'Equiformer - SE3/E3 Graph Attention Transformer for Molecules and Proteins',
44
author = 'Phil Wang',
0 commit comments