From 884d8bd63f825932cdd68739b4b1283d0b0c976e Mon Sep 17 00:00:00 2001 From: Robert Bartel Date: Mon, 3 Jul 2023 11:10:45 -0400 Subject: [PATCH] Bump version to 0.0.2. --- python/hypy/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/hypy/_version.py b/python/hypy/_version.py index 5b708fa..c66a138 100644 --- a/python/hypy/_version.py +++ b/python/hypy/_version.py @@ -1 +1 @@ -__version__='0.0.1' +__version__='0.0.2'