From 1717704d5d0a3e167d5d45e5b68c218b2b2ee403 Mon Sep 17 00:00:00 2001 From: "T.Aoyama" Date: Tue, 10 Sep 2024 12:52:15 +0900 Subject: [PATCH] update version information --- docs/en/source/conf.py | 4 ++-- docs/en/source/moller/about/index.rst | 2 ++ docs/ja/source/conf.py | 4 ++-- docs/ja/source/moller/about/index.rst | 2 ++ pyproject.toml | 2 +- src/moller/__init__.py | 2 +- 6 files changed, 10 insertions(+), 6 deletions(-) diff --git a/docs/en/source/conf.py b/docs/en/source/conf.py index 50f7f48..615bc2e 100644 --- a/docs/en/source/conf.py +++ b/docs/en/source/conf.py @@ -26,9 +26,9 @@ # built documents. # # The short X.Y version. -version = '1.1-dev' +version = '1.0' # The full version, including alpha/beta/rc tags -release = '1.1-dev' +release = '1.0.1' # -- General configuration --------------------------------------------------- diff --git a/docs/en/source/moller/about/index.rst b/docs/en/source/moller/about/index.rst index ddc8951..04c4d21 100644 --- a/docs/en/source/moller/about/index.rst +++ b/docs/en/source/moller/about/index.rst @@ -23,6 +23,8 @@ Contributors This software was developed by the following contributors. +- ver.1.0.1 (Released on 2024/09/10) + - ver.1.0.0 (Released on 2024/03/06) - ver.1.0-beta (Released on 2023/12/28) diff --git a/docs/ja/source/conf.py b/docs/ja/source/conf.py index 9e7e069..266743f 100644 --- a/docs/ja/source/conf.py +++ b/docs/ja/source/conf.py @@ -26,9 +26,9 @@ # built documents. # # The short X.Y version. -version = '1.1-dev' +version = '1.0' # The full version, including alpha/beta/rc tags -release = '1.1-dev' +release = '1.0.1' # -- General configuration --------------------------------------------------- diff --git a/docs/ja/source/moller/about/index.rst b/docs/ja/source/moller/about/index.rst index 8f65b2a..9477605 100644 --- a/docs/ja/source/moller/about/index.rst +++ b/docs/ja/source/moller/about/index.rst @@ -25,6 +25,8 @@ mollerではスーパーコンピュータやクラスタ向けにバッチジ 本ソフトウェアは以下の開発貢献者により開発されています。 +- ver.1.0.1 (2024/09/10リリース) + - ver.1.0.0 (2024/03/06リリース) - ver.1.0-beta (2023/12/28リリース) diff --git a/pyproject.toml b/pyproject.toml index 0d24153..9dfbec1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "HTP-tools-moller" -version = "1.1-dev" +version = "1.0.1" description = "High-ThroughtPut calculation tools" authors = ["HTP-tools developers "] license = "GPL-3.0-or-later" diff --git a/src/moller/__init__.py b/src/moller/__init__.py index 87d58d5..cd7ca49 100644 --- a/src/moller/__init__.py +++ b/src/moller/__init__.py @@ -1 +1 @@ -__version__ = '1.1-dev' +__version__ = '1.0.1'