Skip to content

Commit 956865e

Browse files
author
Christopher Doris
committed
missed a bump
1 parent 73b34a7 commit 956865e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

bump.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,5 @@ bumpver("pysrc/juliacall/__init__.py", "__version__ = '{}'\n", oldver, newver)
2727
bumpver("pysrc/juliacall/juliapkg.json", "\"version\": \"={}\"", oldver, newver)
2828
bumpver("pysrc/juliacall/juliapkg-dev.json", "\"version\": \"={}\"", oldver, newver)
2929
bumpver("src/PythonCall.jl", "VERSION = v\"{}\"", oldver, newver)
30+
bumpver("src/Core/Core.jl", "VERSION = v\"{}\"", oldver, newver)
3031
bump("docs/src/releasenotes.md", "## Unreleased", "## $newver ($(today()))")

src/Core/Core.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Defines the `Py` type and directly related functions.
55
"""
66
module Core
77

8-
const VERSION = v"0.9.15"
8+
const VERSION = v"0.9.16"
99
const ROOT_DIR = dirname(dirname(@__DIR__))
1010

1111
using ..PythonCall: PythonCall # needed for docstring cross-refs

0 commit comments

Comments
 (0)