From 56d43e5c94c059ea99c67fc7beac8ebf85e0084c Mon Sep 17 00:00:00 2001 From: Andrews Cordolino Sobral <andrewssobral@gmail.com> Date: Sun, 3 Mar 2024 21:42:40 +0100 Subject: [PATCH] Updated pybgs version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f396dff..46d635b 100644 --- a/setup.py +++ b/setup.py @@ -203,7 +203,7 @@ with open("README.md", "r") as fh: setup( name='pybgs', - version='3.3.0.post0', + version='3.3.0.post1', author='Andrews Sobral', author_email='andrewssobral@gmail.com', url='https://github.com/andrewssobral/bgslibrary', -- GitLab