Skip to content

Commit

Permalink
Bump version: 1.1.0 → 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ljvmiranda921 committed Nov 14, 2020
1 parent e9de936 commit 85fc855
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 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__ = "1.1.0"
1.2.0

from .single import global_best, local_best, general_optimizer
from .discrete import binary
Expand Down
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.1.0
current_version = 1.2.0
commit = True
tag = True
tag_name = v.{new_version}
Expand All @@ -19,4 +19,3 @@ universal = 1
exclude = docs

[aliases]

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.1.0",
1.2.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 85fc855

Please sign in to comment.