We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e79e9e commit c32d021Copy full SHA for c32d021
2 files changed
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
5
[project]
6
name = "asu_theory_of_cs"
7
-version = "0.1.0"
+version = "0.1.1"
8
authors = [{ name = "Saajan Maslanka", email = "academia@saajanm.com" }]
9
description = "A python library for simulating and evaluating automata and generating expressions as found in Michael Sipser's Theory of Computation."
10
readme = "README.md"
src/asu_theory_of_cs/__init__.py
@@ -1,4 +1,4 @@
1
from . import util
2
-from . import error
+from . import errors
3
from .automata import DFA, NFA
from . import registry
0 commit comments