Skip to content

Commit

Permalink
Bump version to v.0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ljvmiranda921 committed Jan 29, 2019
1 parent 5c22c83 commit 52d69e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyswarms/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

__author__ = """Lester James V. Miranda"""
__email__ = "ljvmiranda@gmail.com"
__version__ = "0.3.1"
__version__ = "0.4.0"

from .single import global_best, local_best, general_optimizer
from .discrete import binary
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

setup(
name="pyswarms",
version="0.3.1",
version="0.4.0",
description="A Python-based Particle Swarm Optimization (PSO) library.",
long_description=readme,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 52d69e4

Please sign in to comment.