from PIL import Image
 from ._structs import RectangleStruct
 
-__version__ = "0.0.0-auto.0"
+__version__ = "0.0.0+auto.0"
 __repo__ = "https://github.com/adafruit/Adafruit_Blinka_displayio.git"
 
 
                 if (self.width > x_placement >= 0) and (
                     self.height > y_placement >= 0
                 ):  # ensure placement is within target bitmap
-
                     # get the palette index from the source bitmap
                     this_pixel_color = source_bitmap[
                         y1