From fc7e5cf5abd96e6ef1455eb4134b0db52e61c406 Mon Sep 17 00:00:00 2001 From: Pez Cuckow Date: Sun, 9 Jan 2022 15:01:19 +0100 Subject: [PATCH] Cut a 0.1.9 release All the Python 3.7 fixes (async) haven't been released yet as a new version wasn't cut. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4732d1e..c0aae78 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ NAME = 'ynab_client' -VERSION = '0.1.8' +VERSION = '0.1.9' REQUIRES = [ 'urllib3 >= 1.15',