Skip to content

Commit

Permalink
Prep for v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Schillemans committed Oct 19, 2021
1 parent 78683ea commit 7c31fa1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
setup(
name = 'python-exact-online',
packages=['exactonline', 'exactonline.models', 'exactonline.constants', 'exactonline.cache', 'exactonline.endpoints'],
version = '0.2.0',
version = '0.2.1',
license='GPL-3.0-or-later',
description = 'Basic wrapper for the Exact Online REST API (v1)',
long_description=long_description,
long_description_content_type='text/markdown',
author = 'Alexander Schillemans',
author_email = '[email protected]',
url = 'https://github.com/alexanderlhsglobal/python-exact-online',
download_url = 'https://github.com/alexanderlhsglobal/python-exact-online/archive/refs/tags/0.2.0.tar.gz',
download_url = 'https://github.com/alexanderlhsglobal/python-exact-online/archive/refs/tags/0.2.1.tar.gz',
keywords = ['exact', 'exact online', 'api'],
install_requires=[
'requests',
Expand Down

0 comments on commit 7c31fa1

Please sign in to comment.