diff --git a/CITATION.cff b/CITATION.cff index a08536c..c769f96 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -3,8 +3,8 @@ message: "If you use this software, please cite it as below." title: "dems" abstract: "DESHIMA measurement set" -version: 0.4.0 -date-released: 2023-07-26 +version: 0.5.0 +date-released: 2023-10-16 license: "MIT" doi: "10.5281/zenodo.8151950" url: "https://github.com/deshima-dev/dems" diff --git a/dems/__init__.py b/dems/__init__.py index c672b91..513a809 100644 --- a/dems/__init__.py +++ b/dems/__init__.py @@ -1,5 +1,5 @@ __all__ = ["d1", "d2"] -__version__ = "0.4.0" +__version__ = "0.5.0" # submodules diff --git a/pyproject.toml b/pyproject.toml index ab7a68b..3271333 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dems" -version = "0.4.0" +version = "0.5.0" description = "DESHIMA measurement set" authors = ["Akio Taniguchi "] license = "MIT"