Skip to content

Commit 1dbb8f3

Browse files
Merge pull request #91 from andela-sjames/develop
Update: version
2 parents 4ce6472 + f0752a3 commit 1dbb8f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
setup(
2222
name='paystackapi',
23-
version='2.1.0',
23+
version='2.1.1',
2424
description='A python library to consume Paystack API',
2525
long_description=long_description,
2626
long_description_content_type='text/markdown',
@@ -40,7 +40,7 @@
4040
'License :: OSI Approved :: MIT License',
4141

4242
'Programming Language :: Python :: 3',
43-
'Programming Language :: Python :: 3.6',
43+
'Programming Language :: Python :: 3.8',
4444
],
4545

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

0 commit comments

Comments
 (0)