You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think, if possible, the __version__ attribute should be exported in the main package, for example in the file pypowsybl2grid/__init__.py :
# Copyright (c) 2024, RTE (http://www.rte-france.com)# This Source Code Form is subject to the terms of the Mozilla Public# License, v. 2.0. If a copy of the MPL was not distributed with this# file, You can obtain one at http://mozilla.org/MPL/2.0/.# SPDX-License-Identifier: MPL-2.0from .pypowsybl_backendimportPyPowSyBlBackendfrom .utilimportwrite_obs_json__version__="0.1.0"
The text was updated successfully, but these errors were encountered:
I think, if possible, the
__version__
attribute should be exported in the main package, for example in the filepypowsybl2grid/__init__.py
:The text was updated successfully, but these errors were encountered: