HI all,
I made some small modification to a registered package, AD4SM.jl, I am the only contributor, and I called registrator from the web interface from here
the new (0.0.5) version was accepted and is now visible here
however if I try to update my version from julia Pkg.update("AD4SM")
the package does not get updated and I am staying with the old version (0.0.4)
in fact the package website still points to the previous version
to install the latest version I have to explicitly install the github version
] add https://github.com/avigliotti/AD4SM.jl
what am I doing wrong? how can I update the package registry to the latest version?
many thanks in advance,
Andrea