Updated to 0.2.6 skipping some versions

This commit is contained in:
2022-10-04 15:25:25 +02:00
parent 93779b62a6
commit 71597ac658
2 changed files with 3 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.3"
__version__ = "0.2.6"
__license__ = "MIT License"
__author__ = "Profitroll"