Updated meta to 0.2.8

This commit is contained in:
2022-10-05 13:02:10 +02:00
parent 6809e3ae9c
commit 04261e9f3c
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.7"
__version__ = "0.2.8"
__license__ = "MIT License"
__author__ = "Profitroll"