summary refs log tree commit diff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorPatrick Cloke <patrickc@matrix.org>2023-11-17 07:51:59 -0500
committerPatrick Cloke <patrickc@matrix.org>2023-11-17 07:51:59 -0500
commit76f990c244658285d9fe24c426b5114a21053e29 (patch)
tree623d19c5209bd0d49bb8d40da2654c941e559df9 /pyproject.toml
parentFix building wheels in CI. (#16653) (diff)
downloadsynapse-76f990c244658285d9fe24c426b5114a21053e29.tar.xz
1.96.1
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index daf5f5baa2..7ff7178777 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -96,7 +96,7 @@ module-name = "synapse.synapse_rust"
 
 [tool.poetry]
 name = "matrix-synapse"
-version = "1.96.0"
+version = "1.96.1"
 description = "Homeserver for the Matrix decentralised comms protocol"
 authors = ["Matrix.org Team and Contributors <packages@matrix.org>"]
 license = "Apache-2.0"