From 86d2c7e24366061f2f03a59de02088f66bfe2c88 Mon Sep 17 00:00:00 2001 From: "paul.marcombes" Date: Wed, 9 Oct 2024 22:39:05 +0000 Subject: [PATCH] v0.12 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4de74f20..7ae30138 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ import setuptools -VERSION = '0.11' +VERSION = '0.12' with open('README.md', 'r', encoding='utf-8') as fh: