From ce5f21113d7cf230df0ab20906ce41eee5bbe310 Mon Sep 17 00:00:00 2001 From: Scott Sanderson Date: Thu, 23 Jun 2016 17:54:11 -0400 Subject: [PATCH] REL: Bump to 0.4 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6ab2142..2aef917 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ def main(): setup( name='pgcontents', - version='0.3.0', + version='0.4.0', description="A Postgres-backed ContentsManager for IPython/Jupyter.", long_description=long_description, author="Scott Sanderson",