Skip to content

Commit

Permalink
Bump to 2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
redimp committed Jan 24, 2024
1 parent fd808c3 commit a6e2425
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, 0, 3, "")
version_info = (2, 0, 4, "")

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

0 comments on commit a6e2425

Please sign in to comment.