From a802d636716fa3e91f849635a9f5f84e15a0a4bf Mon Sep 17 00:00:00 2001 From: William Coe Date: Tue, 13 Jun 2023 09:37:58 +0800 Subject: [PATCH] Bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 73dd74f..76a703b 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="promval", - version="0.0.4", + version="0.0.5", packages=find_packages(exclude=["tests*"]), install_requires=[ "antlr4-python3-runtime>=4.10"