Updated meta to 0.3.3

This commit is contained in:
Profitroll
2022-11-13 15:03:40 +01:00
parent f8b13ccedf
commit 9b6b2d6416
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.2"
__version__ = "0.3.3"
__license__ = "MIT License"
__author__ = "Profitroll"