Skip to content

Commit

Permalink
bump up version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yomichi committed Apr 15, 2021
1 parent 0dfc495 commit 4735963
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ As algorithms, it offers the Nelder-Mead method, the grid search method, the Bay
| Branch | Build status | Documentation |
| :-: | :-: | :-: |
| master | [![master](https://github.com/issp-center-dev/2DMAT/workflows/Test/badge.svg?branch=master)](https://github.com/issp-center-dev/2DMAT/actions?query=branch%3Amaster) | [![doc_en](https://img.shields.io/badge/doc-English-blue.svg)](https://issp-center-dev.github.io/2DMAT/manual/master/en/index.html) [![doc_ja](https://img.shields.io/badge/doc-Japanese-blue.svg)](https://issp-center-dev.github.io/2DMAT/manual/master/ja/index.html) |
| v1.0.0 | -- | [![doc_en](https://img.shields.io/badge/doc-English-blue.svg)](https://issp-center-dev.github.io/2DMAT/manual/v1.0.0/en/index.html) [![doc_ja](https://img.shields.io/badge/doc-Japanese-blue.svg)](https://issp-center-dev.github.io/2DMAT/manual/v1.0.0/ja/index.html) |
| v1.0.1 | -- | [![doc_en](https://img.shields.io/badge/doc-English-blue.svg)](https://issp-center-dev.github.io/2DMAT/manual/v1.0.1/en/index.html) [![doc_ja](https://img.shields.io/badge/doc-Japanese-blue.svg)](https://issp-center-dev.github.io/2DMAT/manual/v1.0.1/ja/index.html) |

## py2dmat

Expand Down
2 changes: 1 addition & 1 deletion doc/en/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
# The short X.Y version.
version = u'1.0'
# The full version, including alpha/beta/rc tags.
release = u'1.0'
release = u'1.0.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
1 change: 1 addition & 0 deletions doc/en/source/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ We hope that you cite the following reference when you publish the results using
Version Information
----------------------

- v1.0.1: 2021-04-15
- v1.0.0: 2021-03-12
- v0.1.0: 2021-02-08

Expand Down
2 changes: 1 addition & 1 deletion doc/ja/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = '2DMAT developers'

# The full version, including alpha/beta/rc tags
release = '1.0.0'
release = '1.0.1'


# -- General configuration ---------------------------------------------------
Expand Down
1 change: 1 addition & 0 deletions doc/ja/source/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ Copyright (c) <2020-> The University of Tokyo. All rights reserved.
バージョン履歴
----------------------

- v1.0.1 : 2021-04-15
- v1.0.0 : 2021-03-12
- v0.1.0 : 2021-02-08

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "py2dmat"
version = "1.0.0"
version = "1.0.1"
description = "Data-analysis software of quantum beam diffraction experiments for 2D material structure"
authors = ["2DMAT developers <[email protected]>"]
license = "GPL-3.0-or-later"
Expand Down
2 changes: 1 addition & 1 deletion src/py2dmat/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
from . import algorithm
from ._main import main

__version__ = "1.0.0"
__version__ = "1.0.1"

0 comments on commit 4735963

Please sign in to comment.