Skip to content

Commit

Permalink
VERSION 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian Blank committed Apr 3, 2020
1 parent 3694abf commit 9690680
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pymoo/usage/algorithms/usage_nsga2.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
algorithm,
('n_gen', 200),
seed=1,
verbose=True)
verbose=False)

plot = Scatter()
plot.add(problem.pareto_front(), plot_type="line", color="black", alpha=0.7)
Expand Down
2 changes: 1 addition & 1 deletion pymoo/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.4.0.rc2"
__version__ = "0.4.0"

0 comments on commit 9690680

Please sign in to comment.