Skip to content

Commit

Permalink
make mypy aware
Browse files Browse the repository at this point in the history
  • Loading branch information
barrust committed Jan 6, 2024
1 parent 22eedec commit cba8187
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## Version 0.2.3

* Make mypy aware

## Version 0.2.2

* Add typing support
Expand Down
2 changes: 1 addition & 1 deletion omdb/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
__maintainer__ = "Tyler Barrus"
__email__ = "[email protected]"
__license__ = "MIT"
__version__ = "0.2.2"
__version__ = "0.2.3"
__url__ = "https://github.com/barrust/pyomdbapi"
__bugtrack_url__ = f"{__url__}/issues"
__all__ = [
Expand Down
Empty file added omdb/py.typed
Empty file.

0 comments on commit cba8187

Please sign in to comment.