From f0c05efbad46d6d2df86f7eb6cdd77ccf9726fab Mon Sep 17 00:00:00 2001 From: Travis Silvers Date: Sun, 20 Oct 2024 22:51:20 -0700 Subject: [PATCH] Bump version to 1.0.5 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e0dcf6e..3d88cf8 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ def readme(): setup( name="opfunu", - version="1.0.4", + version="1.0.5", author="Thieu", author_email="nguyenthieu2102@gmail.com", description="Opfunu: An Open-source Python Library for Optimization Benchmark Functions",