From e8bf1dce8d50a6d3acd183f067821a889087ef3c Mon Sep 17 00:00:00 2001 From: Lasse Blaauwbroek Date: Mon, 23 Oct 2023 05:56:27 +0200 Subject: [PATCH] Make pypi even happier --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f09ec7b..1d06312 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ build-backend = "setuptools.build_meta" [project] name = "pytactician" -version = '15.1.test' +version = '15.1.1' description = "Python Library for interfacing with Coq and Tactician" authors = [ {name = "Lasse Blaauwbroek", email = "lasse@blaauwbroek.eu"},