Skip to content

Commit 0f7fe25

Browse files
author
Cosimo Lupo
committed
[booleanOperations] version 0.3
1 parent 712111d commit 0f7fe25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/booleanOperations/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from __future__ import print_function, division, absolute_import
22
from .booleanOperationManager import BooleanOperationManager
33

4-
__version__ = "0.2"
4+
__version__ = "0.3"
55

66
# export BooleanOperationManager static methods
77
union = BooleanOperationManager.union

0 commit comments

Comments
 (0)