From 2ddca481532a4e983b4370dae8ca7f11da5e5c30 Mon Sep 17 00:00:00 2001 From: Scott Sanderson Date: Thu, 12 Oct 2017 11:50:42 -0400 Subject: [PATCH] REL: Release 0.5.3. Apparently 0.5.2 already happened. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c3b9614..91ff0f0 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ def main(): setup( name='pgcontents', - version='0.5.2', + version='0.5.3', description="A Postgres-backed ContentsManager for IPython/Jupyter.", long_description=long_description, author="Scott Sanderson",