From da32edc90a129cf9ed3d029e6d3ce41755a15415 Mon Sep 17 00:00:00 2001 From: Nagidal Date: Wed, 16 Nov 2022 11:56:47 +0100 Subject: [PATCH] Develop (#55) ready for release --- src/hatch_semver/__about__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hatch_semver/__about__.py b/src/hatch_semver/__about__.py index 349ffd1..752b02f 100644 --- a/src/hatch_semver/__about__.py +++ b/src/hatch_semver/__about__.py @@ -8,4 +8,4 @@ __maintainer__ = __author__ __maintainer_email__ = __author_email__ __release_date__ = date(year=2022, month=11, day=13) -__version__ = "1.0.0-rc.4" +__version__ = "1.0.0"