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",