diff --git a/docs/conf.py b/docs/conf.py index be754d6..b1e54cb 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -22,7 +22,7 @@ author = 'Ryan Zembrodt' # The full version, including alpha/beta/rc tags -release = '0.1.0' +release = '0.1.1' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 6f68576..3fc05b1 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name='py-mdb', - version='0.1.0a1', + version='0.1.1', author='Ryan Zembrodt', author_email='ryan.zembrodt@gmail.com', description='Package for parsing IMDb datasets and scraping web pages',