Skip to content

Commit bb2cafc

Browse files
authored
Version of PyGAD
Access the version of PyGAD through pygad.__version__
1 parent f5a17be commit bb2cafc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
from .pygad import * # Relative import.
2+
3+
__version__ = "2.10.0"

0 commit comments

Comments
 (0)