diff --git a/HISTORY.rst b/HISTORY.rst index ea41da5..301c7c1 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -13,4 +13,9 @@ Release History **Miscellaneous** - Added a long description + +**1.2.0 (2018-05-21)** + +**Miscellaneous** + - Convert markdown files to reStructuredText \ No newline at end of file diff --git a/setup.py b/setup.py index 1461e28..3fa9df3 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ def readme(): setup( name='py_zap', - version='1.1.0', + version='1.2.0', description='Python scraper for accessing ratings from tvbythenumbers.zap2it.com', long_description=readme(), author='sharibarboza',