1
0
mirror of synced 2024-12-04 19:17:55 +01:00

Version bump

This commit is contained in:
Stepland 2020-07-25 23:43:28 +02:00
parent 7a8e168ac1
commit a4b8641131
2 changed files with 3 additions and 2 deletions

View File

@ -1,3 +1,3 @@
from .song import Song
__version__ = "0.1.0"
__version__ = "0.1.1"

View File

@ -1,9 +1,10 @@
[tool.poetry]
name = "jubeatools"
version = "0.1.0"
version = "0.1.1"
description = "A toolbox for jubeat file formats"
authors = ["Stepland <16676308+Stepland@users.noreply.github.com>"]
readme = "README.md"
repository = "https://github.com/Stepland/jubeatools"
[tool.poetry.dependencies]
python = "^3.8"