Skip to content

Commit

Permalink
Bump to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
redimp committed Dec 30, 2023
1 parent 9390a96 commit 5d9b187
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, 0, "")
version_info = (2, 0, 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.0.0"
current = "2.0.1"
regex = '''
(?P<major>\d+)
\.
Expand Down

0 comments on commit 5d9b187

Please sign in to comment.