Skip to content

Commit

Permalink
chore: Bump package version to 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AnonymouX47 committed Feb 10, 2024
1 parent 6599b90 commit fb3a22a
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 @@ -26,7 +26,7 @@

setup(
name="term-image",
version="0.7.1-dev",
version="0.7.1",
author="Toluwaleke Ogundipe",
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 @@ -28,7 +28,7 @@
from . import utils
from .exceptions import TermImageError

version_info = (0, 7, 1, "dev")
version_info = (0, 7, 1)

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

0 comments on commit fb3a22a

Please sign in to comment.