Skip to content

Commit

Permalink
let version number be 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yomichi committed Apr 6, 2023
1 parent ed48b47 commit 8c49bdc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/sphinx/manual/en/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
author = "PHYSBO developers"

# The short X.Y version.
version = "1.2"
version = "1.1"
# The full version, including alpha/beta/rc tags.
release = "1.2-dev"
release = "1.1.1"

# for jupyter-notebook

Expand Down
4 changes: 2 additions & 2 deletions docs/sphinx/manual/ja/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
author = "PHYSBO developers"

# The short X.Y version.
version = "1.2"
version = "1.1"
# The full version, including alpha/beta/rc tags.
release = "1.2-dev"
release = "1.1.1"

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

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.2-dev"
__version__ = "1.1.1"

0 comments on commit 8c49bdc

Please sign in to comment.