From 8783dc59947613edf035c27bd1e983298132ed85 Mon Sep 17 00:00:00 2001 From: Carl Montanari Date: Tue, 20 Apr 2021 12:32:17 -0700 Subject: [PATCH] bump another pre release version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6ca9dfe..f20d6c7 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ import setuptools -__version__ = "2021.07.30a5" +__version__ = "2021.07.30a6" __author__ = "Carl Montanari" with open("README.md", "r", encoding="utf-8") as f: