Reverse map colorscale tick value order

How can I inverse the colorscale tick labels on a scattergeo map so that the smallest value is at the top and the largest at the bottom? For example, -100 at the top of the bar and 100 at the bottom? I am using the Python API.

Note: I do not want to change the colors themselves, just the order of the associated tick values.