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 ad7c152 commit 35c8f7fCopy full SHA for 35c8f7f
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.5.0.dev4"
+__version__ = "0.5.0"
5
6
# export BooleanOperationManager static methods
7
union = BooleanOperationManager.union
0 commit comments