Skip to content

Commit

Permalink
Add missing py.typed file
Browse files Browse the repository at this point in the history
  • Loading branch information
micktwomey committed Nov 22, 2021
1 parent c4041e6 commit c8ac785
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,11 @@ Python 3 versions < 3.6 are untested but should work.
Changes
=======

1.0.1
-----

* Add missing py.typed file (as per PEP 561), keeps mypy happy :D

1.0.0
-----

Expand Down
Empty file added iso8601/py.typed
Empty file.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "iso8601"
version = "1.0.0"
version = "1.0.1"
description = "Simple module to parse ISO 8601 dates"
authors = ["Michael Twomey <mick@twomeylee.name>"]
license = "MIT"
Expand Down

0 comments on commit c8ac785

Please sign in to comment.