From 3f4a354e58a5704be41ac1b60199d9786ae64974 Mon Sep 17 00:00:00 2001 From: DCsunset Date: Wed, 29 Apr 2020 20:53:49 -0700 Subject: [PATCH] chore: bump to v0.7.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e34221f..948d9ca 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup from os import path -version = '0.7.1' +version = '0.7.2' repo_base_dir = path.abspath(path.dirname(__file__))