Skip to content

Commit 7009927

Browse files
committed
bumped version
1 parent 64bf1cc commit 7009927

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGES.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Changes
22
=======
33

4+
0.5.0
5+
-----
6+
7+
General maintenance - dropping Python 3.8 support, adding Python 3.13, and
8+
updating dependencies.
9+
410
0.4.0
511
-----
612

targ/__init__.py

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

2020
from .format import Color, format_text, get_underline
2121

22-
__VERSION__ = "0.4.0"
22+
__VERSION__ = "0.5.0"
2323

2424

2525
# If an annotation is one of these values, we will convert the string value

0 commit comments

Comments
 (0)