Skip to content

Commit

Permalink
chore: Bump package version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AnonymouX47 committed Jun 25, 2024
1 parent ee03099 commit 0761edc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/termvisage/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

__author__ = "Toluwaleke Ogundipe"

version_info = (0, 2, 0, "dev")
version_info = (0, 2, 0)

# Follows https://semver.org/spec/v2.0.0.html
__version__ = ".".join(map(str, version_info[:3]))
Expand Down

0 comments on commit 0761edc

Please sign in to comment.