Skip to content

Commit

Permalink
update comics to v0.3.0 - overhaul search API to be more lightweight …
Browse files Browse the repository at this point in the history
…and modular
  • Loading branch information
irahorecka committed Dec 26, 2023
1 parent 5cfa1dc commit 851b22d
Show file tree
Hide file tree
Showing 7 changed files with 148 additions and 3,945 deletions.
8 changes: 4 additions & 4 deletions comics/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
~~~~~~
"""

from comics import exceptions
from comics.api import *
from comics.constants import directory
from comics.gocomics import InvalidDateError
from comics.exceptions import InvalidDateError, InvalidEndpointError
from comics.gocomics import search

__version__ = "0.2.0"

__version__ = "0.3.0"
Loading

0 comments on commit 851b22d

Please sign in to comment.