Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 167 Bytes

File metadata and controls

7 lines (5 loc) · 167 Bytes

Getting the Version of semver

To know the version of semver itself, use the following construct:

>>> semver.__version__
'3.0.4'