Skip to content
This repository has been archived by the owner on Dec 24, 2021. It is now read-only.

Commit

Permalink
bump package version
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Daigle committed Jul 1, 2015
1 parent 15eb52e commit b439098
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
setup(
name = "bitpay",
packages = ["bitpay"],
version = "2.3.2",
version = "2.3.3",
description = "Accept bitcoin with BitPay",
author = "Paul Daigle",
author = "BitPay Integrations Team",
author_email = "[email protected]",
url = "https://github.com/bitpay/bitpay-python",
download_url = "https://github.com/bitpay/bitpay-python/tarball/v2.3.0",
download_url = "https://github.com/bitpay/bitpay-python/tarball/v2.3.3",
keywords = ["bitcoin", "payments", "crypto"],
install_requires = ["requests", "ecdsa"],
classifiers = [
Expand Down

0 comments on commit b439098

Please sign in to comment.