Skip to content

Commit

Permalink
Bump version number to 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dhadka committed Oct 7, 2024
1 parent 69bcf2c commit 5a2c3b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platypus/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
from .types import Binary, Integer, Permutation, Real, Subset, Type
from .weights import chebyshev, normal_boundary_weights, pbi, random_weights

__version__ = "1.4.0"
__version__ = "1.4.1"

PlatypusConfig.register_default_variator(Real, GAOperator(SBX(), PM()))
PlatypusConfig.register_default_variator(Binary, GAOperator(HUX(), BitFlip()))
Expand Down

0 comments on commit 5a2c3b3

Please sign in to comment.