Skip to content

Commit 1fc156d

Browse files
committed
oops
1 parent 78fd074 commit 1fc156d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def ext_modules():
3838
setup(
3939
name = 'equiformer-pytorch',
4040
packages = find_packages(exclude=[]),
41-
version = '0.0.1',
41+
version = __version__,
4242
license='MIT',
4343
description = 'Equiformer - SE3/E3 Graph Attention Transformer for Molecules and Proteins',
4444
author = 'Phil Wang',

0 commit comments

Comments
 (0)