Metadata-Version: 2.3
Name: poetry-semver
Version: 0.1.0
Summary: A semantic versioning library for Python
License: MIT
Author: Sébastien Eustace
Author-email: sebastien@eustace.io
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: typing (>=3.6,<4.0) ; python_version == "2.7" or python_version == "3.4"
Project-URL: Homepage, https://github.com/python-poetry/semver
Project-URL: Repository, https://github.com/python-poetry/semver
Description-Content-Type: text/markdown

# Poetry SemVer

A semantic versioning library for Python. Initially part of the [Poetry](https://github.com/python-poetry/poetry) codebase.

