Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
hakavlad committed Apr 25, 2024
1 parent 009a041 commit 5590bc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def readme():


NAME = 'tird'
VERSION = '0.10.0'
VERSION = '0.11.0'

setup(
name=NAME,
Expand Down
2 changes: 1 addition & 1 deletion tird/tird.py
Original file line number Diff line number Diff line change
Expand Up @@ -2074,7 +2074,7 @@ def main() -> NoReturn:
exit(1)


VERSION: str = '0.10.0'
VERSION: str = '0.11.0'

INFO: str = f"""{ITA}I: tird v{VERSION}
A tool for writing random bytes,
Expand Down

0 comments on commit 5590bc0

Please sign in to comment.