From 238c74b0ec91a50835021c83eb33f4c0105142d6 Mon Sep 17 00:00:00 2001 From: nickedyer Date: Mon, 20 Feb 2023 00:11:14 -0500 Subject: [PATCH] updated to version 0.0.2 --- thermopi/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thermopi/__init__.py b/thermopi/__init__.py index 1c2d4f6..25c433d 100644 --- a/thermopi/__init__.py +++ b/thermopi/__init__.py @@ -1,3 +1,3 @@ -__version__ = '0.0.1' +__version__ = '0.0.2' from . import main