Skip to content

Commit

Permalink
bump version to fix missing external module
Browse files Browse the repository at this point in the history
  • Loading branch information
slabasan committed Nov 14, 2023
1 parent ae6eafd commit 457bbb3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
author = "LLNL Developerss"

# The short X.Y version
version = "2023.3.0"
version = "2023.3.1"
# The full version, including alpha/beta/rc tags
release = "2023.3.0"
release = "2023.3.1"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion thicket/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
#
# SPDX-License-Identifier: MIT

__version_info__ = ("2023", "3", "0")
__version_info__ = ("2023", "3", "1")
__version__ = ".".join(__version_info__)

0 comments on commit 457bbb3

Please sign in to comment.