From 9279ba2b851198497bee15b3dcec7be936ddedb6 Mon Sep 17 00:00:00 2001 From: byliu Date: Sat, 9 Apr 2022 11:14:38 +0800 Subject: [PATCH] bump --- pyeit/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyeit/__init__.py b/pyeit/__init__.py index 2c50324..9aca664 100644 --- a/pyeit/__init__.py +++ b/pyeit/__init__.py @@ -10,5 +10,5 @@ __author_email__ = "liubenyuan@gmail.com" __license__ = "BSD" APP_NAME = "pyeit" -APP_VERSION = "1.1.6" +APP_VERSION = "1.1.8" APP_DESCRIPTION = "A Python Package for EIT"