There is an option to set the pivot point of the sprite similar to css "transform-origin".
In case we need a label to be on top of the object, the y should be negative, e.g. -0.35 on the screenshot below and up to -1:
sprite.center.set( 0, -1 );
Works for r146 (probably other versions as well)