Version is set to 0.4.0-rc.1
Tests / test (3.11) (push) Has been cancelled Details
Tests / test (3.8) (push) Has been cancelled Details
Tests / test (3.9) (push) Has been cancelled Details
Tests / test (3.10) (push) Has been cancelled Details

This commit is contained in:
Profitroll 2023-11-25 14:21:48 +01:00
parent f7873ac66b
commit 5690080a6a
Signed by: profitroll
GPG Key ID: FA35CAB49DACD3B2
1 changed files with 1 additions and 1 deletions

View File

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