Skip to content

Commit

Permalink
misc: version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
stanvanrooy committed Nov 28, 2021
1 parent df8b5a7 commit e01c457
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,7 +4,7 @@
setup(
name='linkauto',
packages=setuptools.find_packages(),
version='0.0.1',
version='0.0.2',
license='MIT',
description='Python wrapper for the private LinkedIn API',
author='Stan van Rooy',
Expand All @@ -23,4 +23,4 @@
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 3.8',
],
)
)

0 comments on commit e01c457

Please sign in to comment.