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 45563dc commit 3eccab8Copy full SHA for 3eccab8
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "arraytex"
3
-version = "0.0.3"
+version = "0.0.4"
4
description = "ArrayTeX"
5
authors = ["Dom Batten <[email protected]>"]
6
license = "MIT"
src/arraytex/__init__.py
@@ -1,3 +1,4 @@
"""ArrayTeX."""
from .api import to_matrix
+from .api import to_tabular
0 commit comments