]> CRI, Mines Paris - PSL - linpy.git/blobdiff - linpy/__init__.py
Centralize version information
[linpy.git] / linpy / __init__.py
index bc97a7cd6afd6c47165a5529382175e686ed8852..bbe5693e8e8c89ad944f14ccde775de5af5bb35d 100644 (file)
@@ -23,6 +23,7 @@ from .geometry import GeometricObject, Point, Vector
 from .linexprs import LinExpr, Symbol, symbols, Dummy, Rational
 from .polyhedra import Polyhedron, Lt, Le, Eq, Ne, Ge, Gt, Ne, Empty, Universe
 from .domains import Domain, And, Or, Not
 from .linexprs import LinExpr, Symbol, symbols, Dummy, Rational
 from .polyhedra import Polyhedron, Lt, Le, Eq, Ne, Ge, Gt, Ne, Empty, Universe
 from .domains import Domain, And, Or, Not
+from ._version import __version__
 
 
 __all__ = [
 
 
 __all__ = [
@@ -30,4 +31,5 @@ __all__ = [
     'GeometricObject', 'Point', 'Vector',
     'Polyhedron', 'Lt', 'Le', 'Eq', 'Ne', 'Ge', 'Gt', 'Empty', 'Universe',
     'Domain', 'And', 'Or', 'Not',
     'GeometricObject', 'Point', 'Vector',
     'Polyhedron', 'Lt', 'Le', 'Eq', 'Ne', 'Ge', 'Gt', 'Empty', 'Universe',
     'Domain', 'And', 'Or', 'Not',
+    '__version__',
 ]
 ]