Skip to content

Commit

Permalink
build: update bump.jl with pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
MilesCranmer committed Aug 23, 2024
1 parent dfc635e commit 0958a7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bump.jl
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function bumpver(file, pattern, oldver, newver)
end

bumpver("Project.toml", "version = \"{}\"\n", oldver, newver)
bumpver("setup.cfg", "version = {}\n", oldver, newver)
bumpver("pyproject.toml", "version = \"{}\"\n", oldver, newver)
bumpver("pysrc/juliacall/__init__.py", "__version__ = '{}'\n", oldver, newver)
bumpver("pysrc/juliacall/juliapkg.json", "\"version\": \"={}\"", oldver, newver)
bumpver("pysrc/juliacall/juliapkg-dev.json", "\"version\": \"={}\"", oldver, newver)
Expand Down

0 comments on commit 0958a7f

Please sign in to comment.