Skip to content

Commit

Permalink
Update node and py port version.
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga committed Jan 14, 2021
1 parent c437b99 commit 5b6cd29
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion source/ports/node_port/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.3.1",
"version": "0.3.2",
"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.3.1',
'version': '0.3.2',

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

0 comments on commit 5b6cd29

Please sign in to comment.