From 6943a2673f80614266e585a6244c8300cf6a67d3 Mon Sep 17 00:00:00 2001 From: Mateusz Klimaszewski <mk.klimaszewski@gmail.com> Date: Wed, 13 Jan 2021 14:00:56 +0100 Subject: [PATCH] Release 1.0.0b2. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d946c84..1a9bfd0 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ REQUIREMENTS = [ setup( name='combo', - version='1.0.0b1', + version='1.0.0b2', author='Mateusz Klimaszewski', author_email='M.Klimaszewski@ii.pw.edu.pl', install_requires=REQUIREMENTS, -- GitLab