Skip to content

Commit

Permalink
Bump version: 1.0.0 → 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ljvmiranda921 committed Feb 14, 2019
1 parent ea124c1 commit 574519a
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__ = "1.0.0"
__version__ = "1.0.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 = 1.0.0
current_version = 1.0.1
commit = True
tag = True
tag_name = v.{new_version}
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="1.0.0",
version="1.0.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 574519a

Please sign in to comment.