Skip to content

Commit

Permalink
chore: Bump package version to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AnonymouX47 committed Jan 9, 2023
1 parent 420d5c8 commit f7a753b
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 @@ -24,7 +24,7 @@

setup(
name="term-image",
version="0.5.0.dev0",
version="0.5.0",
author="AnonymouX47",
author_email="[email protected]",
url="https://github.com/AnonymouX47/term-image",
Expand Down
2 changes: 1 addition & 1 deletion src/term_image/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
from .exceptions import TermImageError
from .utils import get_cell_size

version_info = (0, 5, 0, "dev0")
version_info = (0, 5, 0)
__version__ = ".".join(map(str, version_info))


Expand Down

0 comments on commit f7a753b

Please sign in to comment.