From f8c347abf2310ece9e98ecc62d7bcde8db96c342 Mon Sep 17 00:00:00 2001 From: juacrumar Date: Sun, 12 Jun 2022 16:06:32 +0200 Subject: [PATCH] bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f91880a..3480a07 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ README = (pathlib.Path(__file__).parent / "readme.md").read_text() setup( name=pybliotecario_name, - version="2.1", + version="2.2", author="Scarlehoff", author_email="juacrumar@lairen.eu", url="https://github.com/scarlehoff/pybliotecario",