diff --git a/freefang/main.py b/freefang/main.py index 7a551db..29678cd 100644 --- a/freefang/main.py +++ b/freefang/main.py @@ -25,7 +25,7 @@ import os VERSIONSTR = """ -FreeFang Server 0.3.0 +FreeFang Server 0.3.1 Written by @Solirs and @lukakralik Licensed under AGPLv3.0 Source code at https://github.com/FreeFangGame/freefang-server diff --git a/pyproject.toml b/pyproject.toml index b774979..c8bd8db 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = 'setuptools.build_meta' [project] name = "freefang-server" -version = "0.3.0" +version = "0.3.1" authors = [ { name="Solaris", email="iusegentoobtw@protonmail.com" }, { name="lukakralik", email="luka.kralik@gmail.com"} diff --git a/setup.py b/setup.py index 08c9d21..7193215 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='FreeFang', - version='0.3.0', + version='0.3.1', author='FreeFang Development Team', description='A libre implementation of the Werewolf game, also known as Mafia.', packages=find_packages(),