We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7748e2e commit 08c0840Copy full SHA for 08c0840
pygad/__init__.py
@@ -1,3 +1,3 @@
1
from .pygad import * # Relative import.
2
3
-__version__ = "3.2.0"
+__version__ = "3.3.0"
pygad/utils/__init__.py
@@ -3,4 +3,4 @@
from pygad.utils import mutation
4
from pygad.utils import nsga2
5
6
-__version__ = "1.1.0"
+__version__ = "1.1.1"
0 commit comments