Skip to content

Commit 09a6f10

Browse files
author
Cosimo Lupo
committed
version 0.4
1 parent 965d150 commit 09a6f10

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.3"
4+
__version__ = "0.4"
55

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

0 commit comments

Comments
 (0)