I notice `__version__` is missing from `__all__` here: https://github.com/googleapis/python-bigquery-sqlalchemy/blob/main/sqlalchemy_bigquery/__init__.py We should also add a unit test to verify that we can access the `__version__` property.
I notice
__version__is missing from__all__here: https://github.com/googleapis/python-bigquery-sqlalchemy/blob/main/sqlalchemy_bigquery/__init__.pyWe should also add a unit test to verify that we can access the
__version__property.