From 373f8df5ab464fcf260055c21f78bd0422a1726e Mon Sep 17 00:00:00 2001 From: naisanzaa Date: Wed, 22 Feb 2023 03:45:31 +0700 Subject: [PATCH] 0.2.49 Change log: minio: update tests minio: revert Bucket __str__ defaults to bucket name minio: refactor config properties minio: refactor get_bucket, update docstrings github actions: update to actions/checkout@v3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 72142e8d..c397e1f3 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="automonisaur", - version="0.2.48", + version="0.2.49", author="naisanza", author_email="naisanza@gmail.com", description="Core libraries for automonisaur",