From c3ec145c634a284af93bac9ea90d2de27a47bceb Mon Sep 17 00:00:00 2001 From: Anatoli Date: Mon, 29 Nov 2021 19:28:41 +0200 Subject: [PATCH] Update __init__.py Bump up version to put fix in #13 to pypi --- sqlalchemy_sqlany/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sqlalchemy_sqlany/__init__.py b/sqlalchemy_sqlany/__init__.py index 7482933..132abf8 100644 --- a/sqlalchemy_sqlany/__init__.py +++ b/sqlalchemy_sqlany/__init__.py @@ -1,7 +1,7 @@ # Copyright 2015 SAP AG or an SAP affiliate company. # -__version__ = '1.0.3' +__version__ = '1.0.4' from sqlalchemy_sqlany import base