1
Fork 0
mirror of https://github.com/Steffo99/lihzahrd.git synced 2024-11-24 00:54:23 +00:00

Update to 1.0b2

This commit is contained in:
Steffo 2019-08-20 16:12:38 +02:00
parent 945a15fef1
commit 8d57b9fd7e
3 changed files with 3 additions and 5 deletions

3
.gitignore vendored
View file

@ -124,4 +124,5 @@ dmypy.json
.pyre/
# Terraria worlds
*.wld
*.wld
.idea/

View file

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

View file

@ -1,3 +0,0 @@
import lihzahrd
lihzahrd.World.create_from_file("Small_Example.wld")