Skip to content

Commit

Permalink
Bump version to v.0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ljvmiranda921 committed Aug 13, 2018
1 parent 0e3f0c1 commit 82d56e8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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__ = "[email protected]"
__version__ = "0.3.0"
__version__ = "0.3.1"

from .single import global_best, local_best, general_optimizer
from .discrete import binary
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.3.0
current_version = 0.3.1
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

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

0 comments on commit 82d56e8

Please sign in to comment.