8000 Version of PyGAD · eshnag/GeneticAlgorithmPython@bb2cafc · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Jun 15, 2023. It is now read-only.

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)
0