Skip to content

Commit

Permalink
missed a bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Doris committed Mar 14, 2024
1 parent 73b34a7 commit 956865e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions bump.jl
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,5 @@ 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)
bumpver("src/PythonCall.jl", "VERSION = v\"{}\"", oldver, newver)
bumpver("src/Core/Core.jl", "VERSION = v\"{}\"", oldver, newver)
bump("docs/src/releasenotes.md", "## Unreleased", "## $newver ($(today()))")
2 changes: 1 addition & 1 deletion src/Core/Core.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Defines the `Py` type and directly related functions.
"""
module Core

const VERSION = v"0.9.15"
const VERSION = v"0.9.16"
const ROOT_DIR = dirname(dirname(@__DIR__))

using ..PythonCall: PythonCall # needed for docstring cross-refs
Expand Down

0 comments on commit 956865e

Please sign in to comment.