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

1
.gitignore vendored
View file

@ -6,3 +6,4 @@ dist/
**/__pycache__/
setup/
sample_world/
build/

View file

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