How about in Pkg.dir("StochDynamicProgramming"), check `git tag`, is there a v0.1.2 there?
On Friday, June 17, 2016 at 5:16:06 AM UTC-7, vincent leclere wrote: > > Thanks for the answer, I updated the url directly on github. > > As for tagging the new version I could not find any file 0.1.2 in my > Pkg.dir("METADATA")/StochDynamicProgramming/versions > > Any ideas ? > > On Thu, 16 Jun 2016 at 20:03 Tony Kelman <to...@kelman.net <javascript:>> > wrote: > >> You can just edit >> https://github.com/JuliaLang/METADATA.jl/blob/metadata-v2/StochDynamicProgramming/url >> >> and propose that change in a pull request. >> >> It seems like you have locally created an 0.1.2 tag already? Check in >> your `Pkg.dir("METADATA")` for the current git status and whether the files >> under StochDynamicProgramming/versions/0.1.2 are what you want them to be? >> >> >> >> On Thursday, June 16, 2016 at 10:15:57 AM UTC-7, vincent leclere wrote: >>> >>> Hello, >>> >>> I submitted a package (StochDynamicProgramming) a few weeks ago linked >>> to my >>> personal github repo. Since then the repo was transferred to Julia-Opt. >>> I do not know >>> how to update the metadata accordingly. I also have a new release to tag. >>> I tried : >>> Pkg.register("StochDynamicProgramming") but got an error (already >>> registered) >>> Pkg.publish() but got an error (no metada changes) >>> Pkg.tag("StochDynamicProgramming") but got an error (fatal: tag 'v0.1.2' >>> already exists) >>> >>> I am lost there... >>> >> -- > Vincent Leclère >