From 3c055d6a5a8f5147495d9fd2d2737de421b6e06d Mon Sep 17 00:00:00 2001 From: phenobarbital Date: Wed, 21 Feb 2024 19:21:40 +0100 Subject: [PATCH] Update version.py --- asyncdb/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asyncdb/version.py b/asyncdb/version.py index f6bed8a9..bff5136e 100644 --- a/asyncdb/version.py +++ b/asyncdb/version.py @@ -3,7 +3,7 @@ __title__ = "asyncdb" __description__ = "Library for Asynchronous data source connections \ Collection of asyncio drivers." -__version__ = "2.6.15" +__version__ = "2.6.16" __author__ = "Jesus Lara" __author_email__ = "jesuslarag@gmail.com" __license__ = "BSD"