Metadata-Version: 2.1
Name: semver4
Version: 0.0.1b2
Summary: Semantic versioning module enriched by hotfix version
Author: Martin Mudroch
Author-email: martin.mudroch@proton.me
License: MIT
Keywords: version,versioning,semantic,semver
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# Overview
A python module to deal with modified semantic versioning.

:information_source: This is very first pre-release. There was a need to release the package as it is now and still many things are missing.

# Known Limitations
- Comparing of two Versions only by major, minor, patch and fix. Prerelease and build do not affect any comparison operation.
