v0.5.0 #87

Merged
profitroll merged 54 commits from dev into master 2025-05-05 01:06:49 +03:00
Showing only changes of commit 01d6831de0 - Show all commits

View File

@@ -21,7 +21,7 @@ trip = client.trip_find(origin_id=origin.id, dest_id=destination.id)
"""
__name__ = "pyrmv"
__version__ = "0.4.0"
__version__ = "0.5.0"
__license__ = "MIT License"
__author__ = "Profitroll"