Looking at other packages, the version seems to be something in a separate file that (I guess) is automatically added by tagging. I will tag a release and see what happens.
On Sunday, 27 April 2014 12:09:16 UTC-4, andrew cooke wrote: > > thanks. apparently i also need an SHA-1 hash. see > https://github.com/JuliaLang/METADATA.jl/pull/796 - does that go on the > same line? > > On Sunday, 27 April 2014 12:05:45 UTC-4, John Myles White wrote: >> >> In the requires file, you add a line like >> >> julia 0.3- >> >> to indicate that Julia 0.3 prerelease or later is required. >> >> -- John >> >> On Apr 27, 2014, at 11:55 AM, andrew cooke <and...@acooke.org> wrote: >> >> > >> > How do I specify that my package only works with Julia 0.3 onwards in >> the REQUIRE file? >> > >> > http://julia.readthedocs.org/en/latest/manual/packages/ explains that >> VERSION can be used "in runtime checks", but doesn't explain how to >> constrain julia (rather than some other package) or what these "runtime >> checks" are and how they fit into the general packaging scheme. >> > >> > Thanks, >> > Andrew >> > >> >>