We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 965d150 commit 09a6f10Copy full SHA for 09a6f10
Lib/booleanOperations/__init__.py
@@ -1,7 +1,7 @@
1
from __future__ import print_function, division, absolute_import
2
from .booleanOperationManager import BooleanOperationManager
3
4
-__version__ = "0.3"
+__version__ = "0.4"
5
6
# export BooleanOperationManager static methods
7
union = BooleanOperationManager.union
0 commit comments