diff --git a/README.md b/README.md index 82b239e..40a5788 100644 --- a/README.md +++ b/README.md @@ -51,9 +51,10 @@ Code Quality/CI: - [Lexical Ids](#lexical-ids) - [Semantics of PyCalVer](#semantics-of-pycalver) - [Intentional Breaking Changes](#intentional-breaking-changes) + - [Costs and Benefits](#costs-and-benefits) - [Unintentional Breaking Changes](#unintentional-breaking-changes) - - [The Panacea of Pinning](#the-panacea-of-pinning) - - [Zeno's 1.0 and the Eternal Beta](#zeno-s-1-0-and-the-eternal-beta) + - [Pinning is not a Panacea](#pinning-is-not-a-panacea) + - [Zeno's 1.0 and The Eternal Beta](#zeno-s-1-0-and-the-eternal-beta) [](TOC) diff --git a/setup.py b/setup.py index eae8f88..105aeee 100644 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ setuptools.setup( author="Manuel Barkhau", author_email="mbarkhau@gmail.com", url="https://gitlab.com/mbarkhau/pycalver", - version="201902.20", + version="201902.20.post1", keywords="version versioning bumpversion calver", description="CalVer for python libraries.", long_description=long_description,