From 1642f77d47249ee3e9851f9f5fd356572ed52496 Mon Sep 17 00:00:00 2001 From: "T.Aoyama" Date: Fri, 1 Mar 2024 21:01:24 +0900 Subject: [PATCH] update: version numbers --- 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 b71f6b3..621ac8d 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.0-beta' +version = '1.0' # The full version, including alpha/beta/rc tags -release = '1.0-beta' +release = '1.0.0' # -- General configuration --------------------------------------------------- diff --git a/docs/en/source/moller/about/index.rst b/docs/en/source/moller/about/index.rst index 91ff390..cf614da 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.0 (Released on 2024/03/01) + - ver.1.0-beta (Released on 2023/12/28) - Developers diff --git a/docs/ja/source/conf.py b/docs/ja/source/conf.py index f63d5df..22c58d7 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.0-beta' +version = '1.0' # The full version, including alpha/beta/rc tags -release = '1.0-beta' +release = '1.0.0' # -- General configuration --------------------------------------------------- diff --git a/docs/ja/source/moller/about/index.rst b/docs/ja/source/moller/about/index.rst index 0a7ec45..73f09f3 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.0 (2024/03/01リリース) + - ver.1.0-beta (2023/12/28リリース) - 開発者 diff --git a/pyproject.toml b/pyproject.toml index 73b5ac9..c3177e3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "HTP-tools-moller" -version = "1.0-beta" +version = "1.0" 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 685cf13..1f356cc 100644 --- a/src/moller/__init__.py +++ b/src/moller/__init__.py @@ -1 +1 @@ -__version__ = '1.0-beta' +__version__ = '1.0.0'