Skip to content

Commit 4bbe8ea

Browse files
author
Christopher Doris
committed
bump version
1 parent 5b782bb commit 4bbe8ea

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

juliacall/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '0.4.3'
1+
__version__ = '0.5.0'
22
CONFIG = dict(embedded=False)
33
from .all import *
44
from . import init

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = juliacall
3-
version = 0.4.3
3+
version = 0.5.0
44
description = Julia and Python in seamless harmony
55
long_description = file: README.md
66
long_description_content_type = text/markdown

src/PythonCall.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module PythonCall
22

3-
const VERSION = v"0.4.3"
3+
const VERSION = v"0.5.0"
44

55
using Base: @propagate_inbounds
66
using MacroTools, Dates, Tables, Markdown, Serialization, Requires, Pkg

0 commit comments

Comments
 (0)