Skip to content

Commit

Permalink
set version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
yomichi committed Mar 5, 2021
1 parent 17d8107 commit 9e8244d
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 10 deletions.
6 changes: 3 additions & 3 deletions docs/sphinx/manual/en/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@
# -- Project information -----------------------------------------------------

project = "PHYSBO"
copyright = "2020, PHYSBO developers"
copyright = "2020-, PHYSBO developers"
author = "PHYSBO developers"

# The short X.Y version.
version = '1.0-beta'
version = '1.0'
# The full version, including alpha/beta/rc tags.
release = '1.0.0-beta'
release = '1.0.0'

# for jupyter-notebook

Expand Down
3 changes: 2 additions & 1 deletion docs/sphinx/manual/en/source/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ Bibtex is given as follows::

Main Developers
----------------------
- ver. 1.0

- ver. 1.0-

- Ryo Tamura (International Center for Materials Nanoarchitectonics, National Institute for Materials Science)
- Tsuyoshi Ueno (Magne-Max Capital Management Company)
Expand Down
6 changes: 3 additions & 3 deletions docs/sphinx/manual/ja/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
# -- Project information -----------------------------------------------------

project = "PHYSBO"
copyright = "2020, PHYSBO developers"
copyright = "2020-, PHYSBO developers"
author = "PHYSBO developers"

# The short X.Y version.
version = '1.0-beta'
version = '1.0'
# The full version, including alpha/beta/rc tags.
release = '1.0.0-beta'
release = '1.0.0'

# -- General configuration ---------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion docs/sphinx/manual/ja/source/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Bibtexは以下の通りです。 ::

主な開発者
----------------------
- ver. 1.0
- ver. 1.0-

- 田村 亮 (物質・材料研究機構 国際ナノアーキテクトニクス研究拠点)
- 寺山 慧 (横浜市立大学大学院 生命医科学研究科)
Expand Down
2 changes: 1 addition & 1 deletion physbo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
from .predictor import base_predictor
from .variable import variable

__version__ = "1.0-dev"
__version__ = "1.0.0"
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = physbo
version = 1.0-dev
version = 1.0.0
description = optimization tool for PHYSics based on Bayesian Optimization
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down

0 comments on commit 9e8244d

Please sign in to comment.