From 20b540526e8b2b7d4e06a3cb29098814087d5713 Mon Sep 17 00:00:00 2001 From: gnuxie Date: Tue, 16 Apr 2024 13:10:51 +0100 Subject: [PATCH] v2.0.0-beta.0 --- package.json | 2 +- synapse_antispam/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 706fa4ad..915df266 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "draupnir", - "version": "1.87.0", + "version": "2.0.0-beta.0", "description": "A moderation tool for Matrix", "main": "lib/index.js", "repository": "https://github.com/the-draupnir-project/Draupnir.git", diff --git a/synapse_antispam/setup.py b/synapse_antispam/setup.py index 11b5c976..af534102 100644 --- a/synapse_antispam/setup.py +++ b/synapse_antispam/setup.py @@ -2,7 +2,7 @@ setup( name="mjolnir", - version="1.87.0", # version automated in package.json - Do not edit this line, use `yarn version`. + version="2.0.0-beta.0", # version automated in package.json - Do not edit this line, use `yarn version`. packages=find_packages(), description="Mjolnir Antispam", include_package_data=True,