diff options
author | Olivier Wilkinson (reivilibre) <oliverw@matrix.org> | 2024-01-30 16:58:24 +0000 |
---|---|---|
committer | Olivier Wilkinson (reivilibre) <oliverw@matrix.org> | 2024-01-30 16:58:24 +0000 |
commit | 4a5ea43f1bc32e58ce99a0c2f91c912e7afa753c (patch) | |
tree | ba36132c18335d4093251fc56fbf5387de78de6e /pyproject.toml | |
parent | 1.100.0rc3 (diff) | |
download | synapse-4a5ea43f1bc32e58ce99a0c2f91c912e7afa753c.tar.xz |
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 99c29cea2d..a3c5c242ed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -96,7 +96,7 @@ module-name = "synapse.synapse_rust" [tool.poetry] name = "matrix-synapse" -version = "1.100.0rc3" +version = "1.100.0" description = "Homeserver for the Matrix decentralised comms protocol" authors = ["Matrix.org Team and Contributors <packages@matrix.org>"] license = "AGPL-3.0-or-later" |