Skip to content

Commit c32d021

Browse files
committed
Fix export of errors module
1 parent 6e79e9e commit c32d021

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "asu_theory_of_cs"
7-
version = "0.1.0"
7+
version = "0.1.1"
88
authors = [{ name = "Saajan Maslanka", email = "academia@saajanm.com" }]
99
description = "A python library for simulating and evaluating automata and generating expressions as found in Michael Sipser's Theory of Computation."
1010
readme = "README.md"

src/asu_theory_of_cs/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from . import util
2-
from . import error
2+
from . import errors
33
from .automata import DFA, NFA
44
from . import registry

0 commit comments

Comments
 (0)