diff --git a/README.md b/README.md index bcced24..fc69b89 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # DeltaGlider +[![PyPI version](https://badge.fury.io/py/deltaglider.svg)](https://pypi.org/project/deltaglider/) [![GitHub Repository](https://img.shields.io/badge/github-deltaglider-blue.svg)](https://github.com/beshu-tech/deltaglider) [![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE) [![Python 3.11+](https://img.shields.io/badge/python-3.11+-blue.svg)](https://www.python.org/downloads/) diff --git a/pyproject.toml b/pyproject.toml index 00d91f6..2ab7e1c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -115,7 +115,7 @@ dev-dependencies = [ [tool.setuptools_scm] # Automatically determine version from git tags write_to = "src/deltaglider/_version.py" -version_scheme = "post-release" +version_scheme = "release-branch-semver" local_scheme = "no-local-version" [tool.ruff]