version bump
This commit is contained in:
parent
cb90f28334
commit
fc2dda18de
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@ __pycache__
|
||||
jeff.py
|
||||
*/venv/
|
||||
data
|
||||
venv/
|
||||
|
||||
4
setup.py
4
setup.py
@ -4,10 +4,8 @@ from setuptools import setup, find_packages
|
||||
setup(
|
||||
name="btcpay",
|
||||
packages=find_packages(),
|
||||
version="1.0.4",
|
||||
version="1.1.0",
|
||||
description="Accept bitcoin with BTCPay",
|
||||
author="Joe Black",
|
||||
author_email="me@joeblack.nyc",
|
||||
url="https://github.com/btcpayserver/btcpay-python",
|
||||
download_url="https://github.com/btcpayserver/btcpay-python/archive/v1.0.3.tar.gz",
|
||||
license='MIT',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user