Skip to content

Commit

Permalink
Update version information
Browse files Browse the repository at this point in the history
  • Loading branch information
Yilmaz4 committed Jan 7, 2022
1 parent c3f914e commit b4c7dff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion perspective/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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__)

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -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'
)

0 comments on commit b4c7dff

Please sign in to comment.