We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2ca34b commit c84dc70Copy full SHA for c84dc70
aiida_mlip/__init__.py
@@ -4,4 +4,4 @@
4
machine learning interatomic potentials aiida plugin
5
"""
6
7
-__version__ = "0.1.0a0"
+__version__ = "0.1.0a1"
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "aiida-mlip"
3
-version = "0.1.0a0"
+version = "0.1.0a1"
description = "machine learning interatomic potentials aiida plugin"
authors = [
"Federica Zanca",
0 commit comments