We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb02934 commit 00ec5dbCopy full SHA for 00ec5db
setup.py
@@ -71,7 +71,7 @@ def requirements():
71
"sphinx==4.2.0",
72
"enum-tools==0.6.4",
73
"sphinx-toolbox==2.15.0",
74
- 'sphinxcontrib_trio==1.1.2',
+ "sphinxcontrib_trio==1.1.2",
75
"sphinx-rtd-theme==1.0.0",
76
],
77
}
table2ascii/__init__.py
@@ -7,7 +7,7 @@
7
from .table_style import TableStyle
8
from .table_to_ascii import table2ascii
9
10
-__version__ = "0.1.2"
+__version__ = "0.1.3"
11
12
__all__ = [
13
"table2ascii",
0 commit comments