Skip to content

Commit 24a82e3

Browse files
committed
Bump version: 1.0.1 → 1.0.2
1 parent ddf20ce commit 24a82e3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyswarms/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
__author__ = """Lester James V. Miranda"""
1414
__email__ = "ljvmiranda@gmail.com"
15-
__version__ = "1.0.1"
15+
__version__ = "1.0.2"
1616

1717
from .single import global_best, local_best, general_optimizer
1818
from .discrete import binary

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.0.1
2+
current_version = 1.0.2
33
commit = True
44
tag = True
55
tag_name = v.{new_version}

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
setup(
2020
name="pyswarms",
21-
version="1.0.1",
21+
version="1.0.2",
2222
description="A Python-based Particle Swarm Optimization (PSO) library.",
2323
long_description=readme,
2424
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)