From afdf4ae5449085307739237d0ab8b7fb00c21742 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Mon, 19 Aug 2019 20:52:34 +0200 Subject: [PATCH] Bump version to beta --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fa43527..01a90eb 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ with open("README.md", "r") as f: setuptools.setup( name="flyingsnake", - version="1.0a1", + version="1.0b1", author="Stefano Pigozzi", author_email="ste.pigozzi@gmail.com", description="A Terraria world screenshot creator",