From 6d8c9b8f18203b841f184a225a3d4c2414ca972a Mon Sep 17 00:00:00 2001 From: Kevin Glinski Date: Fri, 5 Oct 2018 07:49:51 -0400 Subject: [PATCH] Version bump --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index aa20a92..8250c41 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup setup( name = 'aws_glue_etl_jupyter', - version = '0.1.0', + version = '0.2.0', packages = ['aws_glue_etl_jupyter'], license='mit', install_requires = ['boto3'], @@ -9,4 +9,4 @@ 'console_scripts': [ 'aws_glue_etl_jupyter = aws_glue_etl_jupyter.__main__:main' ] - }) \ No newline at end of file + })