Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Glinski authored Oct 5, 2018
1 parent d34a49c commit 6d8c9b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
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'],
entry_points = {
'console_scripts': [
'aws_glue_etl_jupyter = aws_glue_etl_jupyter.__main__:main'
]
})
})

0 comments on commit 6d8c9b8

Please sign in to comment.