Skip to content

Commit f86bb9c

Browse files
committed
chore: Bump package version to 0.6.1
1 parent 8c15596 commit f86bb9c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
setup(
2727
name="term-image",
28-
version="0.6.1-dev",
28+
version="0.6.1",
2929
author="Toluwaleke Ogundipe",
3030
author_email="[email protected]",
3131
url="https://github.com/AnonymouX47/term-image",

src/term_image/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
from .exceptions import TermImageError
3030
from .utils import get_cell_size
3131

32-
version_info = (0, 6, 1, "dev")
32+
version_info = (0, 6, 1)
3333

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

0 commit comments

Comments
 (0)