From a8c34d5b335c5679698732c8ff3163d5f9d27758 Mon Sep 17 00:00:00 2001 From: Allen Porter Date: Sun, 27 Aug 2023 16:24:53 -0700 Subject: [PATCH] Update setup.py to 3.0.0 (#717) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a7520ed6..edcb2624 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup -VERSION = "2.2.5" +VERSION = "3.0.0" HERE = pathlib.Path(__file__).parent README = (HERE / "README.md").read_text()