Skip to content

Commit

Permalink
Update pypi setup files
Browse files Browse the repository at this point in the history
  • Loading branch information
jcwillox committed Sep 2, 2020
1 parent c8a485e commit 3d2e8aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
license = MIT
license_file = LICENSE
platforms = any
description = 💎 Typed python client for up's banking API
description = 💎 Typed python client for Up's banking API
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import find_packages, setup

PACKAGE_NAME = "up-bank-api"
VERSION = "0.3.0"
VERSION = "0.3.1"
PROJECT_URL = "https://github.com/jcwillox/up-bank-api"
PROJECT_AUTHOR = "Joshua Cowie-Willox"
DOWNLOAD_URL = f"{PROJECT_URL}/archive/{VERSION}.zip"
Expand Down

0 comments on commit 3d2e8aa

Please sign in to comment.