From 0f2c6486747ae0f45e94839ef1959e79da8cca0c Mon Sep 17 00:00:00 2001 From: gesellkammer Date: Wed, 18 Oct 2023 12:06:46 +0200 Subject: [PATCH] version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8b68ef5..4b247fe 100755 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from setuptools import setup import os -version = (2, 0, 2) +version = (2, 1, 0) from os import path this_directory = path.abspath(path.dirname(__file__))