Skip to content

Commit 3eccab8

Browse files
committed
bumpy version
1 parent 45563dc commit 3eccab8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "arraytex"
3-
version = "0.0.3"
3+
version = "0.0.4"
44
description = "ArrayTeX"
55
authors = ["Dom Batten <[email protected]>"]
66
license = "MIT"

src/arraytex/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
"""ArrayTeX."""
22

33
from .api import to_matrix
4+
from .api import to_tabular

0 commit comments

Comments
 (0)