We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5717095 commit cb93b20Copy full SHA for cb93b20
setup.py
@@ -8,7 +8,7 @@
8
9
module_dir = os.path.dirname(os.path.abspath(__file__))
10
11
-VERSION = "0.6"
+VERSION = "0.6.1"
12
DESCRIPTION = "Element Embeddings"
13
with open(os.path.join(module_dir, "README.md"), encoding="utf-8") as f:
14
LONG_DESCRIPTION = f.read()
0 commit comments