From 45393fe9ead283164a1f1f79f9c3d55d7fecee44 Mon Sep 17 00:00:00 2001 From: haruishi43 Date: Wed, 17 Jan 2024 02:53:47 +0000 Subject: [PATCH] bump version --- equilib/info.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/equilib/info.py b/equilib/info.py index 231fabf6..711c2885 100644 --- a/equilib/info.py +++ b/equilib/info.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -__version__ = "0.5.7" +__version__ = "0.5.8" __author__ = "Haruya Ishikawa" __email__ = "haru.ishi43@gmail.com" __homepage__ = "www.hoge.com"