Skip to content

Commit 63d0a06

Browse files
authored
chore: Bump version to 0.4.0 (#47)
1 parent 4d5396b commit 63d0a06

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.3.0"
10+
__version__ = "0.4.0"
1111

1212
__all__ = [
1313
"table2ascii",

0 commit comments

Comments
 (0)