From 85e01f45bde39811821e270d9c5577590a07e98b Mon Sep 17 00:00:00 2001 From: jupfi Date: Thu, 14 Dec 2023 12:46:10 +0100 Subject: [PATCH] Version bumpi. --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4f2b721..3fdbbba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,12 +7,12 @@ allow-direct-references = true [project] name = "nqr_blochsimulator" -version = "0.0.1" +version = "0.0.1a" authors = [ { name="Julia Pfitzer", email="git@jupfi.me" }, ] -description = "Simple Python script to simulate NMR NQR Bloch equations" +description = "Simple Python script to simulate NQR Bloch equations" readme = "README.md" license = { file="LICENSE" } requires-python = ">=3.8"