We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1a567a commit ab5119dCopy full SHA for ab5119d
deps/csip_version.jl
@@ -1,5 +1,5 @@
1
# required version and utilities in a single location
2
-CSIP_VERSION = "0.4.2"
+CSIP_VERSION = "0.4.3"
3
4
function vn2int(vn::VersionNumber)
5
100*vn.major + 10*vn.minor + vn.patch
0 commit comments