From bf70dfef85a064a61cf00b6a8c1d8b73e5e235fd Mon Sep 17 00:00:00 2001 From: Filip Mivalt Date: Wed, 3 Jan 2024 20:16:49 -0600 Subject: [PATCH] Update __init__.py --- best/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/best/__init__.py b/best/__init__.py index 55c11f7..8131684 100644 --- a/best/__init__.py +++ b/best/__init__.py @@ -5,7 +5,7 @@ # LICENSE file in the root directory of this source tree. import os -__version__ = '0.1.0a' +__version__ = '0.1.1' @@ -19,4 +19,4 @@ A Python package providing tools and utilities which are nice to have while working not only on this project. -""" \ No newline at end of file +"""