Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Solirs committed Jul 15, 2023
1 parent cdb14bb commit cc48363
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.1
FreeFang Server 0.4.0
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.1"
version = "0.4.0"
authors = [
{ name="Solaris", email="[email protected]" },
{ name="lukakralik", email="[email protected]"}
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.1',
version='0.4.0',
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 cc48363

Please sign in to comment.