Skip to content

Commit

Permalink
v0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonBlanke committed Jun 29, 2019
1 parent 30e6ba3 commit 7bc105f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hyperactive/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from .simulated_annealing import SimulatedAnnealing_Optimizer
from .particle_swarm_optimization import ParticleSwarm_Optimizer

__version__ = "0.2.2"
__version__ = "0.2.3"
__license__ = "MIT"

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

setuptools.setup(
name="hyperactive",
version="0.2.2",
version="0.2.3",
author="Simon Blanke",
author_email="[email protected]",
license="MIT",
Expand Down

0 comments on commit 7bc105f

Please sign in to comment.