Updated to 0.3.4

This commit is contained in:
2023-01-04 11:55:06 +01:00
parent 29ebb4627d
commit c2e1fc54c1
2 changed files with 2 additions and 2 deletions

View File

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