File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11[metadata]
22name = openpaygo
3- version = 0.1.7
3+ version = 0.2.0
44url = https://github.com/openpaygo/openpaygo-python
55description-file =README.md
66license_files =LICENSE
Original file line number Diff line number Diff line change 44setup (
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' ,
You can’t perform that action at this time.
0 commit comments