From 3eccab8aee023ea2a895bb0c4c05df5c1c4e836a Mon Sep 17 00:00:00 2001 From: Dom Batten Date: Sat, 18 Mar 2023 14:31:59 +0000 Subject: [PATCH] bumpy version --- pyproject.toml | 2 +- src/arraytex/__init__.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1eaacb3..6e7e0cd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "arraytex" -version = "0.0.3" +version = "0.0.4" description = "ArrayTeX" authors = ["Dom Batten "] license = "MIT" diff --git a/src/arraytex/__init__.py b/src/arraytex/__init__.py index 650ada6..8aa3990 100644 --- a/src/arraytex/__init__.py +++ b/src/arraytex/__init__.py @@ -1,3 +1,4 @@ """ArrayTeX.""" from .api import to_matrix +from .api import to_tabular