Skip to content

Commit

Permalink
Release v0.9.3
Browse files Browse the repository at this point in the history
This is the commit for the first release with Zenodo support.

Signed-off-by: Johannes Demel <[email protected]>
  • Loading branch information
jdemel committed Nov 30, 2022
1 parent 7fd8155 commit fa54268
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
20 changes: 19 additions & 1 deletion .zenodo.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"title": "py-channelmodel",
"description": "A wireless communication channel model module for simulations.",
"license": {
"id": "GPL-3.0-or-later"
},
Expand All @@ -12,6 +11,25 @@
"simulation",
"channel"
],
"related_identifiers": [
{
"scheme": "doi",
"identifier": "10.30420/454862044",
"relation": "isDocumentedBy",
"resource_type": "publication-article"
},
{
"scheme": "doi",
"identifier": "10.1109/VTC2020-Spring48590.2020.9129493",
"relation": "isDocumentedBy",
"resource_type": "publication-article"
},
{
"identifier": "https://ieeexplore.ieee.org/document/9097115",
"relation": "isDocumentedBy",
"resource_type": "publication-article"
}
],
"creators": [
{
"affiliation": "Department of Communications Engineering, University of Bremen, Germany",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "py-channelmodel"
version = "0.9.2"
version = "0.9.3"
description = "A wireless communication channel model module for simulations."
readme = "README.md"
authors = [{ name = "Johannes Demel", email = "[email protected]" }]
Expand Down

0 comments on commit fa54268

Please sign in to comment.