Update __init__.py

- Fix version number
This commit is contained in:
hyugogirubato 2024-04-30 20:36:06 +02:00
parent 24d400e7ff
commit a09f3c5590
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
from .cdm import * from .cdm import *
from .vendor import * from .vendor import *
__version__ = '1.0.5' __version__ = '1.0.7'