Skip to content

Commit

Permalink
release: 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JGreenlee committed Apr 12, 2024
1 parent 09d3562 commit 77aa77a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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.3.0",
"version": "0.3.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",
"repository": {
Expand Down
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"

[project]
name = "e-mission-common"
version = "0.3.0"
version = "0.3.1"
authors = [
{name = "Jack Greenlee", email = "jack.greenlee@nrel.gov"},
{name = "K Shankari", email = "k.shankari@nrel.gov"},
Expand All @@ -23,5 +19,9 @@ Homepage = "https://github.com/JGreenlee/e-mission-common#readme"
Repository = "https://github.com/JGreenlee/e-mission-common.git"
Issues = "https://github.com/e-mission/e-mission-docs/issues"

[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"

[tool.setuptools.packages.find]
exclude = ["emcommon_js*"]

0 comments on commit 77aa77a

Please sign in to comment.