Skip to content

Commit

Permalink
Update new version 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
thieu1995 committed Jun 4, 2024
1 parent 924bf36 commit 9795d23
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion opfunu/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 9795d23

Please sign in to comment.