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