From 757b9d7197f7ccdc9fa2e370ce6a498e4a4792de Mon Sep 17 00:00:00 2001 From: Geoffrey M Gunter Date: Mon, 9 Oct 2023 19:28:27 -0700 Subject: [PATCH] Bump version --- src/tophu/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tophu/__init__.py b/src/tophu/__init__.py index 4d13c1c..b13eda5 100644 --- a/src/tophu/__init__.py +++ b/src/tophu/__init__.py @@ -7,4 +7,4 @@ from ._upsample import * from ._util import * -__version__ = "0.1.0" +__version__ = "0.2.0"