Skip to content

Commit 856f7f9

Browse files
authored
chore: Bump version to 0.2.0 (#31)
1 parent d0dcddc commit 856f7f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

table2ascii/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from .table_style import TableStyle
88
from .table_to_ascii import table2ascii
99

10-
__version__ = "0.1.4"
10+
__version__ = "0.2.0"
1111

1212
__all__ = [
1313
"table2ascii",

0 commit comments

Comments
 (0)