From 1e288f4fc1745fbfd083139a8576c0a5af7861f0 Mon Sep 17 00:00:00 2001 From: Ryan Zembrodt Date: Thu, 21 Nov 2019 13:16:18 -0500 Subject: [PATCH] Release 0.1.1 --- docs/conf.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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',