Skip to content

Commit ab5119d

Browse files
committed
update CSIP version (for bugfix there)
1 parent a1a567a commit ab5119d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/csip_version.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# required version and utilities in a single location
2-
CSIP_VERSION = "0.4.2"
2+
CSIP_VERSION = "0.4.3"
33

44
function vn2int(vn::VersionNumber)
55
100*vn.major + 10*vn.minor + vn.patch

0 commit comments

Comments
 (0)