diff --git a/setup.py b/setup.py index 5b89fb4..ac4874a 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import find_packages, setup NAME = "ynab-sdk" -VERSION = "0.4.0" +VERSION = "0.5.0" REQUIRES = ["requests", "python-dateutil", "redis"]