We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e65958 commit 46df319Copy full SHA for 46df319
2 files changed
funda/__init__.py
@@ -16,5 +16,5 @@
16
from funda.funda import Funda, FundaAPI
17
from funda.listing import Listing
18
19
-__version__ = "2.0.0"
20
-__all__ = ["Funda", "FundaAPI", "Listing"]
+__version__ = "2.0.1"
+__all__ = ["Funda", "FundaAPI", "Listing", "__version__"]
funda/py.typed
0 commit comments