From 68b070edd525302cfcd3015b684fc9d965b7810d Mon Sep 17 00:00:00 2001 From: Konsta Vesterinen Date: Wed, 15 Apr 2015 11:18:12 +0300 Subject: [PATCH] Bump version --- sqlalchemy_utils/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sqlalchemy_utils/__init__.py b/sqlalchemy_utils/__init__.py index f90e2a8..7430529 100644 --- a/sqlalchemy_utils/__init__.py +++ b/sqlalchemy_utils/__init__.py @@ -87,4 +87,4 @@ from .types import ( # noqa WeekDaysType ) -__version__ = '0.29.9' +__version__ = '0.30.0'