Skip to content

Commit cb93b20

Browse files
committed
Update version number
1 parent 5717095 commit cb93b20

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
@@ -8,7 +8,7 @@
88

99
module_dir = os.path.dirname(os.path.abspath(__file__))
1010

11-
VERSION = "0.6"
11+
VERSION = "0.6.1"
1212
DESCRIPTION = "Element Embeddings"
1313
with open(os.path.join(module_dir, "README.md"), encoding="utf-8") as f:
1414
LONG_DESCRIPTION = f.read()

0 commit comments

Comments
 (0)