Oops forgot to update the version nr in core...
This commit is contained in:
parent
cf256374ef
commit
f22ca680ca
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ from optima35.image_handler import ImageProcessor, ExifHandler
|
||||||
class OptimaManager:
|
class OptimaManager:
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
self.name = "OPTIMA-35"
|
self.name = "OPTIMA-35"
|
||||||
self.version = "0.6.0"
|
self.version = "0.6.3-a1"
|
||||||
self.image_processor = ImageProcessor()
|
self.image_processor = ImageProcessor()
|
||||||
self.exif_handler = ExifHandler()
|
self.exif_handler = ExifHandler()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue