Skip to content

Commit

Permalink
release: v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
HowieHz committed Dec 21, 2024
1 parent 903291e commit 5827886
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ python ./src/main.py -h

### 通过二进制文件运行交互式命令行程序

> cui 在 v0.7.0 版本已移除
> cui 在 v0.6.0 版本已移除
#### Windows

Expand Down
1 change: 0 additions & 1 deletion src/exporter/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
from .generate_beatmap_difficulty_data_chart import generate_beatmap_difficulty_data_chart
from .generate_mania_osu_file import generate_mania_osu_file
4 changes: 3 additions & 1 deletion src/main_generate_beatmap_difficulty_data_chart.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
from custom_types import ManiaHitObject
from exporter import generate_beatmap_difficulty_data_chart
from exporter.generate_beatmap_difficulty_data_chart import (
generate_beatmap_difficulty_data_chart,
)
from reader import hit_objects_parser, load_hit_objects_list, load_osu_file_metadata

if __name__ == "__main__":
Expand Down
2 changes: 1 addition & 1 deletion src/message/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "v0.7.0"
VERSION = "v0.8.0"

0 comments on commit 5827886

Please sign in to comment.