Skip to content

Commit

Permalink
release: 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JGreenlee committed Apr 12, 2024
1 parent 0ba0705 commit 248b395
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,6 +1,6 @@
{
"name": "e-mission-common",
"version": "0.2.0",
"version": "0.3.0",
"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",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ build-backend = "setuptools.build_meta"

[project]
name = "e-mission-common"
version = "0.3.0"
authors = [
{name = "Jack Greenlee", email = "jack.greenlee@nrel.gov"},
{name = "K Shankari", email = "k.shankari@nrel.gov"},
]
description = "A common library to share code between projects in the e-mission-platform. Written in Python and exposed as both Python and JavaScript."
version = "0.2.0"
readme = "README.md"
classifiers = [
"License :: OSI Approved :: BSD License",
Expand Down

0 comments on commit 248b395

Please sign in to comment.