Updated meta to 0.3.0

This commit is contained in:
2022-10-06 14:37:38 +02:00
parent ea828bc966
commit b15da7964c
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.9"
__version__ = "0.3.0"
__license__ = "MIT License"
__author__ = "Profitroll"