From 04bf135b9dc1ff497a4296cc285bb7af68d66850 Mon Sep 17 00:00:00 2001 From: Juacrumar Date: Sun, 15 Nov 2020 21:37:58 +0100 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e24ac28..2ad9281 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ README = (pathlib.Path(__file__).parent / "readme.md").read_text() setup( name=pybliotecario_name, - version="2.0", + version="2.0.0", author="Scarlehoff", author_email="juacrumar@lairen.eu", url="https://github.com/scarlehoff/pybliotecario",