From b2c17bc9dd6d92611648a7343f471af5f3389157 Mon Sep 17 00:00:00 2001 From: Robin Cole Date: Sun, 24 May 2020 05:35:42 +0100 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9a0ec77..c8a4441 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup, find_packages -VERSION = "0.5" +VERSION = "0.6" REQUIRES = ["requests"]