From b2a535329e4ae84315f4de5a3fd5a14e97ab8eb0 Mon Sep 17 00:00:00 2001 From: Andrew Velis Date: Mon, 18 Dec 2017 22:05:02 -0600 Subject: [PATCH] Updates version tuple for release Updates tuple for v1.5.0 release --- rest_hooks/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rest_hooks/__init__.py b/rest_hooks/__init__.py index b07f926..64f67e9 100644 --- a/rest_hooks/__init__.py +++ b/rest_hooks/__init__.py @@ -1 +1 @@ -VERSION = (1, 4, 3) +VERSION = (1, 5, 0)