From 8517841117ad59aebde4aea8b3cf96c664ae8ee5 Mon Sep 17 00:00:00 2001 From: Nick Schultz Date: Fri, 8 Apr 2016 09:53:19 -0400 Subject: [PATCH] bump to version 0.7.20 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4e14e17..6969337 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setuptools.setup( name="Mongothon", - version="0.7.19", + version="0.7.20", author="Tom Leach", author_email="tom@gc.io", description="A MongoDB object-document mapping layer for Python",