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.
1 parent ee3501d commit 80e93ebCopy full SHA for 80e93eb
2 files changed
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
2
name = openpaygo
3
-version = 0.1.3
+version = 0.1.6
4
url = https://github.com/openpaygo/openpaygo-python
5
description-file=README.md
6
license_files=LICENSE
setup.py
@@ -4,7 +4,7 @@
setup(
name="openpaygo",
packages=find_packages(),
7
- version='0.1.3',
+ version='0.1.6',
8
license='MIT',
9
author="Solaris Offgrid",
10
url='https://github.com/openpaygo/openpaygo-python',
0 commit comments