From 09302fac9c999c493a37e7c3ad5ed5674fdb2584 Mon Sep 17 00:00:00 2001 From: Niklas Birth <26522961+njbirth@users.noreply.github.com> Date: Thu, 18 Jul 2024 00:57:07 +0200 Subject: [PATCH] Increase version number --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 21be65b..8f440ec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = "cocopye" -version = "0.4.0" +version = "0.5.0" authors = [ { name = "Niklas Birth, Nicolina Leppich, Dr. Peter Meinicke" }, ] @@ -76,4 +76,4 @@ disallow_any_generics = true [[tool.mypy.overrides]] module = ["tomlkit", "Bio", "_io", "numba", "numba.typed"] -ignore_missing_imports = true \ No newline at end of file +ignore_missing_imports = true