From 00791438b32bb387e1f6ba7c1b211d7f6595aa06 Mon Sep 17 00:00:00 2001 From: Mate Soos Date: Thu, 8 Feb 2024 00:05:17 +0100 Subject: [PATCH] Also bumping version for pypi project --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7315529dd..eb5860cbf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "pycmsgen" -version = "6.0.6" +version = "6.1.0" description = "Bindings to CMSGen, uniform-like sampler" keywords = ["sat", "sampling"] license = { file = "LICENSE.txt" }