Skip to content

Commit f51dae0

Browse files
author
Christopher Doris
committed
bump version
1 parent 6632e7b commit f51dae0

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "PythonCall"
22
uuid = "6099a3de-0909-46bc-b1f4-468b9a2dfc0d"
33
authors = ["Christopher Doris <github.com/cjdoris>"]
4-
version = "0.4.1"
4+
version = "0.4.2"
55

66
[deps]
77
Conda = "8f4d0f93-b110-5947-807f-2305c1781a2d"

juliacall/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '0.4.1'
1+
__version__ = '0.4.2'
22
CONFIG = dict(embedded=False)
33
from .all import *
44
from . import init

setup.cfg

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

src/PythonCall.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module PythonCall
22

3-
const VERSION = v"0.4.1"
3+
const VERSION = v"0.4.2"
44

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

0 commit comments

Comments
 (0)