Skip to content

Commit f4f93ec

Browse files
authored
Merge pull request #2 from EnAccess/bump-version
Bump version
2 parents a246f0e + 2eb8d90 commit f4f93ec

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

setup.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[metadata]
22
name = openpaygo
3-
version = 0.2.0
4-
url = https://github.com/openpaygo/openpaygo-python
3+
version = 0.3.0
4+
url = https://github.com/EnAccess/OpenPAYGO-python/
55
description-file=README.md
66
license_files=LICENSE
77

88
[options]
9-
python_requires = >=2.7
9+
python_requires = >=3.6
1010
packages = find:
1111
include_package_data = true
1212
zip_safe = false

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
setup(
55
name="openpaygo",
66
packages=find_packages(),
7-
version='0.2.0',
7+
version='0.3.0',
88
license='MIT',
99
author="Solaris Offgrid",
10-
url='https://github.com/openpaygo/openpaygo-python',
10+
url='https://github.com/EnAccess/OpenPAYGO-python/',
1111
install_requires=[
1212
'siphash',
1313
],

0 commit comments

Comments
 (0)