1
Fork 0
mirror of https://github.com/Steffo99/flyingsnake.git synced 2024-10-16 14:37:34 +00:00

Release 1.0

This commit is contained in:
Steffo 2019-08-28 16:37:47 +02:00
parent 9e4549c4ed
commit bc3e1a26c7
2 changed files with 3 additions and 2 deletions

3
.gitignore vendored
View file

@ -5,4 +5,5 @@ settings.xml
dist/ dist/
**/__pycache__/ **/__pycache__/
setup/ setup/
sample_world/ sample_world/
build/

View file

@ -5,7 +5,7 @@ with open("README.md", "r") as f:
setuptools.setup( setuptools.setup(
name="flyingsnake", name="flyingsnake",
version="1.0b2", version="1.0",
author="Stefano Pigozzi", author="Stefano Pigozzi",
author_email="ste.pigozzi@gmail.com", author_email="ste.pigozzi@gmail.com",
description="A Terraria world map renderer", description="A Terraria world map renderer",