Oops forgot to update the version nr in core...

This commit is contained in:
Mr Finchum 2025-01-03 12:49:04 +01:00
parent cf256374ef
commit f22ca680ca

View file

@ -6,7 +6,7 @@ from optima35.image_handler import ImageProcessor, ExifHandler
class OptimaManager:
def __init__(self):
self.name = "OPTIMA-35"
self.version = "0.6.0"
self.version = "0.6.3-a1"
self.image_processor = ImageProcessor()
self.exif_handler = ExifHandler()