Skip to content

Commit 46df319

Browse files
committed
Sync version to 2.0.1 and add PEP 561 py.typed marker
- Fix version mismatch between pyproject.toml and __init__.py - Add py.typed for type checker support - Export __version__ in __all__
1 parent 8e65958 commit 46df319

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

funda/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
from funda.funda import Funda, FundaAPI
1717
from funda.listing import Listing
1818

19-
__version__ = "2.0.0"
20-
__all__ = ["Funda", "FundaAPI", "Listing"]
19+
__version__ = "2.0.1"
20+
__all__ = ["Funda", "FundaAPI", "Listing", "__version__"]

funda/py.typed

Whitespace-only changes.

0 commit comments

Comments
 (0)