From b639443d490e74eaddf3e2bb091eba9394e7c896 Mon Sep 17 00:00:00 2001 From: Nicolas Fries Date: Mon, 27 Apr 2026 17:04:25 +0200 Subject: [PATCH] Bump version from 0.0.0 to 1.0.0 Fix package metadata version The GitHub release/tag is v1.0.0, but the installed Python package currently reports 0.0.0 through pip show synapse_patch_push_rules. This makes automated deployment tools unable to compare the installed package version with the requested release. This change aligns the Python package metadata version with the published v1.0.0 release. --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index d810bd8..838a13a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ name = synapse_patch_push_rules description = Synapse module to create specific push rules when a new user registers long_description = file: README.md long_description_content_type = text/markdown -version = 0.0.0 +version = 1.0.0 classifiers = License :: OSI Approved :: Apache Software License