Skip to content

Commit

Permalink
Release version 0.5.0: Update versioning in pyproject.toml and __init…
Browse files Browse the repository at this point in the history
…__.py to reflect stable release.
  • Loading branch information
bdamokos committed Jan 3, 2025
1 parent 7cc38f7 commit d0510d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "mobility-db-api"
version = "0.5.0b0"
version = "0.5.0"
authors = [
{ name="Bence Damokos" }
]
Expand Down
2 changes: 1 addition & 1 deletion src/mobility_db_api/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from .api import MobilityAPI, DatasetMetadata
from .external_gtfs import ExternalGTFSAPI

__version__ = "0.5.0b0"
__version__ = "0.5.0"
__all__ = ["MobilityAPI", "DatasetMetadata", "ExternalGTFSAPI"]

0 comments on commit d0510d9

Please sign in to comment.