Skip to content

Commit

Permalink
0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JGreenlee committed Sep 17, 2024
1 parent b1e2cca commit 52af159
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "e-mission-common",
"type": "module",
"version": "0.6.0",
"version": "0.6.1",
"description": "A common library to share code between projects in the e-mission-platform. Written in Python and exposed as both Python and JavaScript.",
"main": "./emcommon_js/index.js",
"types": "./emcommon_js/dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "e-mission-common"
version = "0.6.0"
version = "0.6.1"
authors = [
{name = "Jack Greenlee", email = "[email protected]"},
{name = "K Shankari", email = "[email protected]"},
Expand Down

0 comments on commit 52af159

Please sign in to comment.