We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9798667 commit eba72e2Copy full SHA for eba72e2
2 files changed
docs/conf.py
@@ -15,8 +15,8 @@
15
copyright = "2026, Alin M Elena"
16
author = "Alin M Elena"
17
18
-version = "0.1.21"
19
-release = "0.1.21"
+version = "0.2.0"
+release = "0.2.0"
20
21
# -- General configuration ---------------------------------------------------
22
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "uv_build"
4
5
[project]
6
name = "lavello_mlips"
7
8
description = "A Python package for processing omol-25 data using MPI."
9
readme = "README.md"
10
authors = [
0 commit comments