From ea2edc8dbe6cff9a90a3eb5ec878b38ca143c291 Mon Sep 17 00:00:00 2001 From: Maksim Terpilowski Date: Thu, 14 Oct 2021 00:59:44 +0300 Subject: [PATCH] new release --- src/tmplot/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tmplot/__init__.py b/src/tmplot/__init__.py index 3ac66f7..5a3801d 100644 --- a/src/tmplot/__init__.py +++ b/src/tmplot/__init__.py @@ -3,4 +3,4 @@ from ._report import * # noqa: F401, F403 from ._vis import * # noqa: F401, F403 -__version__ = '0.0.4' +__version__ = '0.0.5'