diff --git a/CITATION.cff b/CITATION.cff index 3bbe3f5..3be8c17 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -7,9 +7,9 @@ authors: - family-names: Hollas given-names: Daniel title: "PROMDENS: Promoted Density Approach code" -version: 1.0.1 +version: 1.0.2 url: "https://github.com/PHOTOX/promdens" -date-released: 2024-11-11 +date-released: 2025-11-28 # preferred-citation: # type: article # authors: diff --git a/README.md b/README.md index 67ddad5..a12a9ad 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ -[![Version](https://img.shields.io/badge/Version-1.0.1-blue)](https://github.com/PHOTOX/promdens/releases) +[![Version](https://img.shields.io/badge/Version-1.0.2-blue)](https://github.com/PHOTOX/promdens/releases) +[![PyPI version](https://img.shields.io/pypi/v/promdens)](https://pypi.org/project/promdens/) [![License: MIT](https://img.shields.io/badge/License-MIT-blue)](/LICENSE) [![CI](https://github.com/PHOTOX/promdens/actions/workflows/ci.yml/badge.svg)](https://github.com/PHOTOX/promdens/actions/workflows/ci.yml) diff --git a/pyproject.toml b/pyproject.toml index 154643b..fc65a63 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "promdens" -version = "1.0.1" +version = "1.0.2" authors = [ { name="Jiri Janos", email="jiri.janos98@gmail.com" }, { name="Daniel Hollas", email="danekhollas@gmail.com" }, diff --git a/src/promdens/promdens.py b/src/promdens/promdens.py index b6f5ae3..e7164b8 100755 --- a/src/promdens/promdens.py +++ b/src/promdens/promdens.py @@ -34,7 +34,7 @@ def print_header(): print("\n#############################################################\n" f"### {DESC} ###\n" "### * * * * * ###\n" - "### version 1.0.1 | Jiri Janos 2024 ###\n" + "### version 1.0.2 | Jiri Janos 2025 ###\n" "#############################################################\n")