diff --git a/setup.py b/setup.py index 57742191a..3c04a77fd 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="aws_jupyter_proxy", - version="0.1.0", + version="0.2.0", url="https://github.com/aws/aws-jupyter-proxy", author="Amazon Web Services", description="A Jupyter server extension to proxy requests with AWS SigV4 authentication",