Skip to content

Commit 80e93eb

Browse files
committed
Fix CI
1 parent ee3501d commit 80e93eb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = openpaygo
3-
version = 0.1.3
3+
version = 0.1.6
44
url = https://github.com/openpaygo/openpaygo-python
55
description-file=README.md
66
license_files=LICENSE

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
setup(
55
name="openpaygo",
66
packages=find_packages(),
7-
version='0.1.3',
7+
version='0.1.6',
88
license='MIT',
99
author="Solaris Offgrid",
1010
url='https://github.com/openpaygo/openpaygo-python',

0 commit comments

Comments
 (0)