Skip to content

Commit

Permalink
Bump to 2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
redimp committed Jan 23, 2025
1 parent 7e1bae0 commit 1ad690e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion otterwiki/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# vim: set et ts=8 sts=4 sw=4 ai:

# version_onfo managed by tbump
version_info = (2, 8, 0, "")
version_info = (2, 9, 0, "")

# build version string from version_info
__version__ = f"{version_info[0]}.{version_info[1]}.{version_info[2]}" + (
Expand Down
2 changes: 1 addition & 1 deletion tbump.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[version]
current = "2.8.0"
current = "2.9.0"
regex = '''
(?P<major>\d+)
\.
Expand Down

0 comments on commit 1ad690e

Please sign in to comment.