Okay, 1.0.0 was an overkill, module is in alpha
Some checks failed
Tests / test (3.10) (push) Failing after 22m55s
Tests / test (3.11) (push) Failing after 22m56s
Tests / test (3.9) (push) Has been cancelled
Tests / test (3.8) (push) Has been cancelled

This commit is contained in:
Profitroll 2023-11-25 12:23:33 +01:00
parent 414f3966da
commit 3656a040f4
Signed by: profitroll
GPG Key ID: FA35CAB49DACD3B2

View File

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