Skip to content

Commit

Permalink
Merge pull request #109 from traveltime-dev/add/properties
Browse files Browse the repository at this point in the history
adding distances for time filter fast
  • Loading branch information
danielnaumau authored Mar 4, 2024
2 parents 47d3653 + dc0b31e commit 21359c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions traveltimepy/dto/responses/time_filter_fast.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ class Fares(BaseModel):

class Properties(BaseModel):
travel_time: int
distance: Optional[int] = None
fares: Optional[Fares] = None


Expand Down
2 changes: 1 addition & 1 deletion traveltimepy/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "3.9.2"
__version__ = "3.9.3"

0 comments on commit 21359c9

Please sign in to comment.