Skip to content

Commit 53daf75

Browse files
author
Christopher Doris
committed
bump version
1 parent ba55a0a commit 53daf75

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.3.0'
1+
__version__ = '0.4.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.3.0
3+
version = 0.4.0
44
description = Julia-Python interoperability
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.3.0"
3+
const VERSION = v"0.4.0"
44

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

0 commit comments

Comments
 (0)