From 13f4e56b149447585d92e84b7cd5ed491ac14419 Mon Sep 17 00:00:00 2001 From: Jonathan Roberts Date: Wed, 17 Mar 2021 10:28:34 +0000 Subject: [PATCH] Bump setup.py version to match tag --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 977ccbbe..e706e27b 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ from setuptools.command.install import install -VERSION = "0.0.13" +VERSION = "0.0.14" REPO_ROOT = pathlib.Path(__file__).parent