Skip to content

Commit

Permalink
Merge pull request #91 from andela-sjames/develop
Browse files Browse the repository at this point in the history
Update: version
  • Loading branch information
andela-sjames authored Dec 8, 2023
2 parents 4ce6472 + f0752a3 commit 1dbb8f3
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 @@ -20,7 +20,7 @@

setup(
name='paystackapi',
version='2.1.0',
version='2.1.1',
description='A python library to consume Paystack API',
long_description=long_description,
long_description_content_type='text/markdown',
Expand All @@ -40,7 +40,7 @@
'License :: OSI Approved :: MIT License',

'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.8',
],

packages=find_packages(exclude=['contrib', 'docs', 'tests']),
Expand Down

0 comments on commit 1dbb8f3

Please sign in to comment.