From 9795d233b7ffe3473a075371694e5a77fbaeeec7 Mon Sep 17 00:00:00 2001 From: Thieu Nguyen Date: Tue, 4 Jun 2024 23:36:48 +0700 Subject: [PATCH] Update new version 1.0.4 --- CITATION.cff | 2 +- README.md | 2 +- opfunu/__init__.py | 2 +- setup.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index a69c6d2..cba994e 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -5,7 +5,7 @@ authors: given-names: "Nguyen" orcid: "https://orcid.org/0000-0001-9994-8747" title: "Opfunu: An Open-source Python Library for Optimization Benchmark Functions" -version: 1.0.3 +version: 1.0.4 doi: 10.5281/zenodo.3620960 date-released: 2022-07-13 url: "https://github.com/thieu1995/opfunu" diff --git a/README.md b/README.md index 6a9d368..5e1a77a 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ --- -[![GitHub release](https://img.shields.io/badge/release-1.0.3-yellow.svg)](https://github.com/thieu1995/opfunu/releases) +[![GitHub release](https://img.shields.io/badge/release-1.0.4-yellow.svg)](https://github.com/thieu1995/opfunu/releases) [![Wheel](https://img.shields.io/pypi/wheel/gensim.svg)](https://pypi.python.org/pypi/opfunu) [![PyPI version](https://badge.fury.io/py/opfunu.svg)](https://badge.fury.io/py/opfunu) ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/opfunu.svg) diff --git a/opfunu/__init__.py b/opfunu/__init__.py index be309b0..4c418fa 100644 --- a/opfunu/__init__.py +++ b/opfunu/__init__.py @@ -28,7 +28,7 @@ # >>> f2.plot_2d(selected_dims=(2, 3), n_points=300) # >>> f2.plot_3d(selected_dims=(1, 4), n_points=300) -__version__ = "1.0.3" +__version__ = "1.0.4" import inspect import re diff --git a/setup.py b/setup.py index aeb34b8..9065a48 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ def readme(): setup( name="opfunu", - version="1.0.3", + version="1.0.4", author="Thieu", author_email="nguyenthieu2102@gmail.com", description="Opfunu: An Open-source Python Library for Optimization Benchmark Functions",