Skip to content

Commit

Permalink
Removed errors from export
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusfrdk committed Feb 4, 2025
1 parent e91726d commit be33616
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "tomlval"
version = "1.0.0"
version = "1.0.1"
description = "A simple and easy to use TOML validator for Python."
authors = [
{ name = "Marcus Fredriksson", email = "[email protected]" },
Expand Down
1 change: 0 additions & 1 deletion tomlval/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
""" toml_parser package """

from .errors import *
from .toml_schema import TOMLSchema
from .toml_validator import TOMLValidator

0 comments on commit be33616

Please sign in to comment.