Skip to content

Commit

Permalink
Update node and py ports version.
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga committed Nov 4, 2020
1 parent e218a92 commit f811f98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/ports/node_port/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "metacall",
"version": "0.2.2",
"version": "0.3.0",
"description": "Call Python, C#, Ruby... functions from NodeJS (a NodeJS Port for MetaCall)",
"repository": "github:metacall/core",
"bugs": "https://github.com/metacall/core/issues",
Expand Down
2 changes: 1 addition & 1 deletion source/ports/py_port/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
# Versions should comply with PEP440. For a discussion on single-sourcing
# the version across setup.py and the project code, see
# https://packaging.python.org/en/latest/single_source_version.html
'version': '0.1.18',
'version': '0.3.0',

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

0 comments on commit f811f98

Please sign in to comment.