From d707f064cadbbc84415cd9f965ad80fb6d6996e8 Mon Sep 17 00:00:00 2001 From: Scott Sanderson Date: Tue, 24 Jan 2017 17:01:08 -0500 Subject: [PATCH] REL: Release 0.5.0. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2aef917..e92ee40 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ def main(): setup( name='pgcontents', - version='0.4.0', + version='0.5.0', description="A Postgres-backed ContentsManager for IPython/Jupyter.", long_description=long_description, author="Scott Sanderson",