Skip to content

Commit

Permalink
Release v0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ljvmiranda921 committed Aug 11, 2017
1 parent 48c312e commit 88e5381
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__ = 'ljvmiranda@gmail.com'
__version__ = '0.1.4'
__version__ = '0.1.5'

from .single import global_best, local_best
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.1.4
current_version = 0.1.5
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 @@ -29,7 +29,7 @@

setup(
name='pyswarms',
version='0.1.4',
version='0.1.5',
description="A Python-based Particle Swarm Optimization (PSO) library.",
long_description=readme + '\n\n' + history,
author="Lester James V. Miranda",
Expand Down

0 comments on commit 88e5381

Please sign in to comment.