We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4ce6472 + f0752a3 commit 1dbb8f3Copy full SHA for 1dbb8f3
setup.py
@@ -20,7 +20,7 @@
20
21
setup(
22
name='paystackapi',
23
- version='2.1.0',
+ version='2.1.1',
24
description='A python library to consume Paystack API',
25
long_description=long_description,
26
long_description_content_type='text/markdown',
@@ -40,7 +40,7 @@
40
'License :: OSI Approved :: MIT License',
41
42
'Programming Language :: Python :: 3',
43
- 'Programming Language :: Python :: 3.6',
+ 'Programming Language :: Python :: 3.8',
44
],
45
46
packages=find_packages(exclude=['contrib', 'docs', 'tests']),
0 commit comments