Skip to content

Commit 8f0f6f3

Browse files
committed
Update version in setup.py
1 parent 60cf8cd commit 8f0f6f3

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
@@ -5,7 +5,7 @@
55

66
module_dir = os.path.dirname(os.path.abspath(__file__))
77

8-
VERSION = "0.3.0"
8+
VERSION = "0.3.1"
99
DESCRIPTION = "Element Embeddings"
1010
with open(os.path.join(module_dir, "README.md"), encoding="utf-8") as f:
1111
LONG_DESCRIPTION = f.read()

0 commit comments

Comments
 (0)