Skip to content

Commit

Permalink
chore: Bump package version to 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
AnonymouX47 committed Apr 20, 2024
1 parent 9790402 commit 318e09d
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 @@ -25,7 +25,7 @@

setup(
name="term-image",
version="0.6.1",
version="0.6.2",
author="Toluwaleke Ogundipe",
author_email="anonymoux47@gmail.com",
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 @@ -29,7 +29,7 @@
from .exceptions import TermImageError
from .utils import get_cell_size

version_info = (0, 6, 1)
version_info = (0, 6, 2)

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

0 comments on commit 318e09d

Please sign in to comment.