dev version numbering is nonsequential #398
Description
As astroquery has switched to continuous deployment, currently using the dev version numbering (x.y.devz) it became apparent that z
in the version is nonsequential for master merges.
I see how two commits on two separate branches can have the same version number if the base of those branches is the same, but we saw this issue for the merge commits, too (see the dates of the releases here: https://pypi.org/project/astroquery/#history). I haven't investigated into the details, I can imagine it may still be an issue of travisCI (that we use for the deployments), but nevertheless the problem deserves an issue here.
cc @keflavich
ps: We plan to switch away from using the dev version to do something more sequential for deploying, but that is yet to be implemented.