Updated meta to 0.2.9

This commit is contained in:
2022-10-05 15:10:09 +02:00
parent 781b202b32
commit eee76fdff9
2 changed files with 2 additions and 2 deletions

View File

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