Explorar el Código

add version.py

quarrying hace 4 años
padre
commit
2d327692ef
Se han modificado 2 ficheros con 5 adiciones y 0 borrados
  1. 2 0
      khandy/__init__.py
  2. 3 0
      khandy/version.py

+ 2 - 0
khandy/__init__.py

@@ -9,3 +9,5 @@ from .utils_others import *
 
 from .boxes import *
 from .image import *
+
+from .version import *

+ 3 - 0
khandy/version.py

@@ -0,0 +1,3 @@
+__version__ = '0.1'
+
+__all__ = ['__version__']