mirror of
https://github.com/Steffo99/flyingsnake.git
synced 2024-12-22 14:44:17 +00:00
Bump version to beta
This commit is contained in:
parent
1a8662b9dd
commit
afdf4ae544
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -5,7 +5,7 @@ with open("README.md", "r") as f:
|
||||||
|
|
||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
name="flyingsnake",
|
name="flyingsnake",
|
||||||
version="1.0a1",
|
version="1.0b1",
|
||||||
author="Stefano Pigozzi",
|
author="Stefano Pigozzi",
|
||||||
author_email="ste.pigozzi@gmail.com",
|
author_email="ste.pigozzi@gmail.com",
|
||||||
description="A Terraria world screenshot creator",
|
description="A Terraria world screenshot creator",
|
||||||
|
|
Loading…
Reference in a new issue