Problem in Travis when tagging my package: wrong UUID

Hi guys,

I am trying to tag a version of my package, and the Travis build is showing this error:

ERROR: LoadError: LoadError: Tagged version 0.3.0 of PrettyTables declares the package UUID to be "bf2635c2-15c2-11e9-0b27-5fb50ccc2906" in its Project file, which does not match the package's METADATA-compatible UUID "08abe8d2-0d0c-5749-adfa-8a2ac140af0d".

I have not changed the UUID since I register, why am I seeing this?

https://github.com/JuliaLang/METADATA.jl/pull/21099

It seems that another package is seeing this too: Travis CI - Test and Deploy Your Code with Confidence

Well it seems something changed, because in METADATA my package was registered using the new UUID. I force-pushed a commit with the new UUID and now things seems to work.