Skip to content

Commit d79ff43

Browse files
committed
temporary fix for windows binaries
Former-commit-id: f0ce732 [formerly 56c7c43] Former-commit-id: 82c0e5f
1 parent 3d9d162 commit d79ff43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mip/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from enum import Enum
44

5-
VERSION = '1.3.2'
5+
VERSION = '1.3.3'
66

77
# epsilon number (practical zero)
88
EPS = 10e-6

0 commit comments

Comments
 (0)