From 284659b151db0eaf0eceda1a3e46a45b70a6d671 Mon Sep 17 00:00:00 2001 From: Matt Pye Date: Thu, 28 Jan 2021 12:25:17 +0000 Subject: [PATCH] Bump to version 0.7.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 100d4fb..f7f430b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "django-amplitude" packages = [ {include = "amplitude"} ] -version = "0.6.0" +version = "0.7.0" description = "Integration between Django and Amplitude" authors = ["Matt Pye "] readme = "README.md"