Bump version and add missing hook function

This commit is contained in:
henryruhs 2023-06-22 17:02:38 +02:00
parent 28fc6c9390
commit 002fd4d84e
2 changed files with 2 additions and 1 deletions

View File

@ -1,2 +1,2 @@
name = 'roop'
version = '1.0.1'
version = '1.0.2'

View File

@ -15,6 +15,7 @@ FRAME_PROCESSORS_INTERFACE = [
'pre_check',
'pre_start',
'process_frame',
'process_frames',
'process_image',
'process_video'
]