Skip to content

Commit 35c8f7f

Browse files
author
Cosimo Lupo
committed
version 0.5.0, at last
1 parent ad7c152 commit 35c8f7f

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.5.0.dev4"
4+
__version__ = "0.5.0"
55

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

0 commit comments

Comments
 (0)