Skip to content

Commit a768ec7

Browse files
committed
20231118
v2.0ひとまずの完成
1 parent 9fe95dd commit a768ec7

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Pythonの基本ライブラリとして以下のライブラリを使用して
3838
- 元映像総フレーム数が2~であるもの
3939
- 完成後総フレームが~1000000000であるもの(元映像総フレーム × 2^補完回数)
4040
- 映像が極度に低ビットレートでないもの(効果が薄れます)
41-
- ファイル名及びファイルパスに` `(半角スペース)、`.`(ピリオド)があると正しく動作しません
41+
- ファイル名及びファイルパスに` `(半角スペース)、拡張子以外の`.`(ピリオド)があると正しく動作しません
4242

4343
## 使い方
4444

lib/VERSION.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
"""
22
バージョンに関するファイルです。書き換えないでください。
3-
ファイル更新日:20231117
3+
ファイル更新日:20231118
44
"""
55
class Version:
66
def __init__(self):
7-
self.__version = "2.0-pre3"
8-
self.__subver = "00003"
9-
self.__date_App = 20231117
10-
self.__date_confighandler = 20231117
11-
self.__date_pyffmpeg = 20231117
12-
self.__date_pyrife_ncnn_vulkan = 20231117
7+
self.__version = "2.0"
8+
self.__subver = "00001"
9+
self.__date_App = 20231118
10+
self.__date_confighandler = 20231118
11+
self.__date_pyffmpeg = 20231118
12+
self.__date_pyrife_ncnn_vulkan = 20231118
1313

1414
@property
1515
def version(self):

0 commit comments

Comments
 (0)