From f1cca97647d32815b7b5a3ce7d470bdb7749d712 Mon Sep 17 00:00:00 2001 From: DorianCoding <108593662+DorianCoding@users.noreply.github.com> Date: Tue, 15 Oct 2024 13:09:14 +0200 Subject: [PATCH] Change of version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 859e168..5c0faa4 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup from setuptools import find_packages -version = '20240108' +version = '20241015' install_requires = [ "acme>=1.8.0",