Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Solirs committed Jul 4, 2023
1 parent 5a416e2 commit b5f3d70
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion freefang/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down

0 comments on commit b5f3d70

Please sign in to comment.