Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
frank1010111 committed Aug 23, 2022
1 parent d5b26c2 commit bab7600
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion viceroybot/__about__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from __future__ import annotations

__version_info__ = (0, 1, 0, "dev0")
__version_info__ = (0, 1, 0)
__version__ = ".".join(str(i) for i in __version_info__)

0 comments on commit bab7600

Please sign in to comment.