Skip to content

Commit

Permalink
bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
dantownsend committed Jan 25, 2021
1 parent 80c4ec6 commit dfeee12
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
0.1.9
=====
Added solo mode.

0.1.8
=====
Fixing py.typed.
Expand Down
2 changes: 1 addition & 1 deletion targ/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from .format import Color, format_text, get_underline


__VERSION__ = "0.1.8"
__VERSION__ = "0.1.9"


@dataclass
Expand Down

0 comments on commit dfeee12

Please sign in to comment.