Meta updated to 0.2.7

This commit is contained in:
2022-10-05 10:33:06 +02:00
parent 71597ac658
commit 70aa206cba
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.6"
__version__ = "0.2.7"
__license__ = "MIT License"
__author__ = "Profitroll"