Skip to content

Commit 10101e2

Browse files
committed
Update node and python port versions.
1 parent 7c56258 commit 10101e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/ports/node_port/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "metacall",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "Call Python, C#, Ruby... functions from NodeJS (a NodeJS Port for MetaCall)",
55
"repository": "github:metacall/core",
66
"bugs": "https://github.com/metacall/core/issues",

source/ports/py_port/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
# Versions should comply with PEP440. For a discussion on single-sourcing
4040
# the version across setup.py and the project code, see
4141
# https://packaging.python.org/en/latest/single_source_version.html
42-
'version': '0.3.0',
42+
'version': '0.3.1',
4343

4444
'description': 'A library for providing inter-language foreign function interface calls',
4545
'long_description': long_description,

0 commit comments

Comments
 (0)