Skip to content

Commit 00ec5db

Browse files
committed
Bump version to 0.1.3
1 parent bb02934 commit 00ec5db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def requirements():
7171
"sphinx==4.2.0",
7272
"enum-tools==0.6.4",
7373
"sphinx-toolbox==2.15.0",
74-
'sphinxcontrib_trio==1.1.2',
74+
"sphinxcontrib_trio==1.1.2",
7575
"sphinx-rtd-theme==1.0.0",
7676
],
7777
}

Diff for: table2ascii/__init__.py

+1-1
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.2"
10+
__version__ = "0.1.3"
1111

1212
__all__ = [
1313
"table2ascii",

0 commit comments

Comments
 (0)