From d50559a2b34759e82046df396c9b20f25b301338 Mon Sep 17 00:00:00 2001 From: p1-bmu Date: Wed, 22 Sep 2021 16:45:58 +0200 Subject: [PATCH] tag a new 0.5.3 version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5519a051..f360a116 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ from setuptools import setup, find_packages # Pycrate Version -VERSION = "0.5.2" +VERSION = "0.5.3" # get dependencies according to the Python version