Skip to content

Commit 7dbeb0b

Browse files
committed
Bump version to 2.1.0
1 parent 4ba2973 commit 7dbeb0b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

funda/__init__.py

Lines changed: 1 addition & 1 deletion
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.1"
19+
__version__ = "2.1.0"
2020
__all__ = ["Funda", "FundaAPI", "Listing", "__version__"]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "pyfunda"
7-
version = "2.0.1"
7+
version = "2.1.0"
88
description = "Python API for Funda.nl real estate listings"
99
readme = "README.md"
1010
license = "AGPL-3.0-or-later"

0 commit comments

Comments
 (0)