From 78f07d02399fc9ade785806ffeb21834d234a4bb Mon Sep 17 00:00:00 2001 From: Ryu Juheon Date: Sat, 26 Aug 2023 22:22:51 +0900 Subject: [PATCH] release(neispy): bump up 5.0.0 to 5.0.1 Signed-off-by: Ryu Juheon --- neispy/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neispy/__init__.py b/neispy/__init__.py index 10bc277..add8cc4 100644 --- a/neispy/__init__.py +++ b/neispy/__init__.py @@ -1,3 +1,3 @@ from neispy.client import Neispy as Neispy -__version__ = "5.0.0" +__version__ = "5.0.1"