Skip to content

Commit 042d381

Browse files
committed
v2.2.1
1 parent 53a7d96 commit 042d381

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

doc/en/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
# The short X.Y version.
5858
version = u'2.2'
5959
# The full version, including alpha/beta/rc tags.
60-
release = u'2.2.0'
60+
release = u'2.2.1'
6161

6262
# The language for content autogenerated by Sphinx. Refer to documentation
6363
# for a list of supported languages.

doc/ja/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
author = '2DMAT developers'
2323

2424
# The full version, including alpha/beta/rc tags
25-
release = '2.2.0'
25+
release = '2.2.1'
2626

2727
# -- General configuration ---------------------------------------------------
2828

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "py2dmat"
3-
version = "2.2.0"
3+
version = "2.2.1"
44
description = "Data-analysis software of quantum beam diffraction experiments for 2D material structure"
55
authors = ["2DMAT developers <2dmat-dev@issp.u-tokyo.ac.jp>"]
66
license = "GPL-3.0-or-later"

src/py2dmat/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@
2424
from . import algorithm
2525
from ._main import main
2626

27-
__version__ = "2.2.0"
27+
__version__ = "2.2.1"

0 commit comments

Comments
 (0)