diff --git a/perspective/__init__.py b/perspective/__init__.py index 62ec91e..314c572 100644 --- a/perspective/__init__.py +++ b/perspective/__init__.py @@ -9,7 +9,7 @@ __author__ = "Yilmaz04" __license__ = "MIT" __copyright__ = "Copyright 2021 Yilmaz Alpaslan" -__version__ = "0.1.1" +__version__ = "0.2.0" __path__ = __import__("pkgutil").extend_path(__path__, __name__) diff --git a/setup.py b/setup.py index 7dc396b..8ebf604 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name='perspective.py', packages=find_packages(include=['perspective']), - version='0.1.1', + version='0.2.0', description='An easy-to-use API wrapper for Perspective API written in Python.', long_description=long_desc, author='Yilmaz04', @@ -27,7 +27,7 @@ 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.10', ], - download_url="https://github.com/Yilmaz4/perspective.py/archive/refs/tags/v0.1.0.tar.gz", + download_url="https://github.com/Yilmaz4/perspective.py/archive/refs/tags/v0.2.0.tar.gz", keywords=["perspective-api", "api-wrapper", "python", "api"], long_description_content_type='text/markdown' ) \ No newline at end of file