Skip to content

Commit 6af17ac

Browse files
committed
Fix CI
1 parent cd9a15b commit 6af17ac

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ elif token_type == TokenType.INVALID:
148148

149149
## Changelog
150150

151-
### 2023-10-03 - v0.1.7
151+
### 2023-10-03 - v0.2.0
152152
- First working version published on PyPI
153-
- Setup CI for pushing to PyPI
153+
- Has support for OpenPAYGO Token
154+
- Has working CI for pushing to PyPI

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.7
3+
version = 0.2.0
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.7',
7+
version='0.2.0',
88
license='MIT',
99
author="Solaris Offgrid",
1010
url='https://github.com/openpaygo/openpaygo-python',

0 commit comments

Comments
 (0)