From 895e9f2fb23c20790072237a70df22f32413b8ee Mon Sep 17 00:00:00 2001 From: PythonFZ Date: Fri, 3 Nov 2023 11:39:40 +0100 Subject: [PATCH] bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c317ca84..b8f71796 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ipsuite" -version = "0.1.0a4" +version = "0.1.1" description = "A suite of tools for machine learned interatomic potentials." authors = ["zincwarecode "] keywords = ["data-version-control", "machine-learning", "reproducibility", "interatomic potentials"]