From 2e55ac324d318a1e183ac2d2b91028fecd847798 Mon Sep 17 00:00:00 2001 From: p1-bmu Date: Wed, 26 May 2021 10:06:41 +0200 Subject: [PATCH] fix version in setup --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fd48d1f4..5519a051 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ from setuptools import setup, find_packages # Pycrate Version -VERSION = "0.5.0b1" +VERSION = "0.5.2" # get dependencies according to the Python version