Skip to content

Commit

Permalink
misc: version bumpc
Browse files Browse the repository at this point in the history
  • Loading branch information
stanvanrooy committed Nov 28, 2021
1 parent 4fb37d8 commit 3e0a138
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 @@ -4,13 +4,13 @@
setup(
name='linkauto',
packages=setuptools.find_packages(),
version='0.0.5',
version='0.0.6',
license='MIT',
description='Python wrapper for the private LinkedIn API',
author='Stan van Rooy',
author_email='[email protected]',
url='https://github.com/stanvanrooy/linkauto',
download_url='https://github.com/stanvanrooy/linkauto/archive/0.0.1.tar.gz',
download_url='https://github.com/stanvanrooy/linkauto/archive/0.0.6.tar.gz',
keywords=['linkedin api', 'private linkedin api'],
install_requires=[
'asyncio'
Expand Down

0 comments on commit 3e0a138

Please sign in to comment.