Skip to content

Commit d655e46

Browse files
committedJun 7, 2023
Update Simpay API version to 3.0.1
The Simpay API version has been updated from 3.0 to 3.0.1 in the setup.py file, which is a Python wrapper for the Simpay API. The long description of the package is now read from README.md and its content type is set as text/markdown.
1 parent 5c526d5 commit d655e46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
setup(
66
name='simpay-api',
7-
version='3.0',
7+
version='3.0.1',
88
description='Python wrapper for Simpay API',
99
long_description=open('README.md', encoding='utf-8').read(),
1010
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)