Skip to content

Commit

Permalink
bump version for release 0.1.0b0
Browse files Browse the repository at this point in the history
  • Loading branch information
alinelena committed Apr 28, 2024
1 parent d24ffd4 commit 7c7d34a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aiida_mlip/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
Machine learning interatomic potentials aiida plugin.
"""

__version__ = "0.1.0a1"
__version__ = "0.1.0b0"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "aiida-mlip"
version = "0.1.0a1"
version = "0.1.0b0"
description = "machine learning interatomic potentials aiida plugin"
authors = [
"Federica Zanca",
Expand Down

0 comments on commit 7c7d34a

Please sign in to comment.