Skip to content

Commit

Permalink
Bump to 2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
redimp committed Sep 29, 2024
1 parent 85995e4 commit 346ed7c
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
@@ -1,7 +1,7 @@
#!/usr/bin/env python

# version_onfo managed by tbump
version_info = (2, 6, 0, "")
version_info = (2, 6, 1, "")

# 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.6.0"
current = "2.6.1"
regex = '''
(?P<major>\d+)
\.
Expand Down

0 comments on commit 346ed7c

Please sign in to comment.