bump version
This commit is contained in:
parent
1c695e19c9
commit
9b38e72968
4
setup.py
4
setup.py
@ -4,10 +4,10 @@ from setuptools import setup, find_packages
|
||||
setup(
|
||||
name="btcpay-python",
|
||||
packages=find_packages(),
|
||||
version="1.2.1",
|
||||
version="1.3.0",
|
||||
description="Accept bitcoin with BTCPay",
|
||||
url="https://github.com/btcpayserver/btcpay-python",
|
||||
download_url="https://github.com/btcpayserver/btcpay-python/archive/v1.2.1.tar.gz",
|
||||
download_url="https://github.com/btcpayserver/btcpay-python/archive/v1.3.0.tar.gz",
|
||||
license='MIT',
|
||||
keywords=["bitcoin", "payments", "crypto"],
|
||||
install_requires=[
|
||||
|
||||
Loading…
Reference in New Issue
Block a user