Skip to content

Commit 08c0840

Browse files
committed
Change versions
1 parent 7748e2e commit 08c0840

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pygad/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from .pygad import * # Relative import.
22

3-
__version__ = "3.2.0"
3+
__version__ = "3.3.0"

pygad/utils/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
from pygad.utils import mutation
44
from pygad.utils import nsga2
55

6-
__version__ = "1.1.0"
6+
__version__ = "1.1.1"

0 commit comments

Comments
 (0)