package
Version:
v1.0.43
Opens a new window with list of versions in this module.
Published: Feb 28, 2023
License: BSD-3-Clause
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Compare compares two semantic versions
Returns 0 if v == w, -1 if v < w, or +1 if v > w.
IsValid returns true if this is a valid semantic version
MinorBump bumps the minor version of a semantic version. Eg.
MinorBump("1.2.3") -> "1.3.0"
Source Files
¶
Click to show internal directories.
Click to hide internal directories.