Skip to content

Commit

Permalink
Update new version
Browse files Browse the repository at this point in the history
  • Loading branch information
thieu1995 committed May 9, 2020
1 parent 34f0aff commit dd28d35
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Optimization Function in Numpy (OpFuNu)
[![GitHub release](https://img.shields.io/badge/release-0.6.5-yellow.svg)]()
[![GitHub release](https://img.shields.io/badge/release-0.6.6-yellow.svg)]()
[![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)
[![DOI version](https://zenodo.org/badge/DOI/10.5281/zenodo.3620960.svg)](https://badge.fury.io/py/opfunu)
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ def readme():

setup(
name="opfunu",
version="0.6.5",
version="0.6.6",
author="Thieu Nguyen",
author_email="nguyenthieu2102@gmail.com",
description="A framework of un-constrained Optimization Functions in Numpy (OpFuNu) for global optimization problems",
long_description=readme(),
long_description_content_type="text/markdown",
url="https://github.com/thieunguyen5991/opfunu",
download_url="https://github.com/thieunguyen5991/opfunu/archive/v0.6.5.zip",
download_url="https://github.com/thieunguyen5991/opfunu/archive/v0.6.6.zip",
packages=find_packages(),
include_package_data=True,
license="MIT",
Expand Down

0 comments on commit dd28d35

Please sign in to comment.