From 85ddb510ebeeab3cad412db55e401fe1fb990155 Mon Sep 17 00:00:00 2001 From: Svintsov Dmitry Date: Tue, 23 Jul 2019 14:19:35 +0500 Subject: [PATCH] fix up --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 78932fa..cd5879c 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ def read(name): setup( name="sqlalchemy_mptt", - version="0.2.4", + version="0.2.5", url="http://github.com/uralbash/sqlalchemy_mptt/", author="Svintsov Dmitry", author_email="sacrud@uralbash.ru",