bump version

This commit is contained in:
Joe 2022-07-14 03:54:18 -05:00
parent 65069ac4c2
commit 503ad78f30
Signed by: joe
GPG Key ID: 8595A3F8F2CE1B74
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup(
name="synapse-simple-antispam",
version="0.0.7",
version="0.0.8",
packages=find_packages(),
description="Simple antispam for Synapse",
include_package_data=True,