From bc3e1a26c749220656a5bb454ff8d4ee4d6fdef1 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Wed, 28 Aug 2019 16:37:47 +0200 Subject: [PATCH] Release 1.0 --- .gitignore | 3 ++- setup.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 6fd5c7e..6bc2713 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,5 @@ settings.xml dist/ **/__pycache__/ setup/ -sample_world/ \ No newline at end of file +sample_world/ +build/ diff --git a/setup.py b/setup.py index ca41b3b..bdfe0cb 100644 --- a/setup.py +++ b/setup.py @@ -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",