This commit is contained in:
David Teller 2023-01-02 12:40:27 +01:00
parent b7d5e5d7bc
commit 6abc8a7c4e
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "mjolnir",
"version": "1.6.1",
"version": "1.6.2",
"description": "A moderation tool for Matrix",
"main": "lib/index.js",
"repository": "git@github.com:matrix-org/mjolnir.git",

View File

@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup(
name="mjolnir",
version="1.6.1", # version automated in package.json - Do not edit this line, use `yarn version`.
version="1.6.2", # version automated in package.json - Do not edit this line, use `yarn version`.
packages=find_packages(),
description="Mjolnir Antispam",
include_package_data=True,