From 7af5387b5b803e824169a14162015dc245b4df4a Mon Sep 17 00:00:00 2001 From: Carl Montanari Date: Sun, 3 Oct 2021 10:18:23 -0700 Subject: [PATCH] bump version so the pre release channel log isnt broken! --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d78c578f..21339092 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ import setuptools -__version__ = "2022.01.30a1" +__version__ = "2022.01.30a2" __author__ = "Carl Montanari" with open("README.md", "r", encoding="utf-8") as f: