version bump

This commit is contained in:
Jeff Vandrew Jr 2019-01-16 23:39:34 -05:00
parent cb90f28334
commit fc2dda18de
2 changed files with 2 additions and 3 deletions

1
.gitignore vendored
View File

@ -5,3 +5,4 @@ __pycache__
jeff.py
*/venv/
data
venv/

View File

@ -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',