Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Routhleck committed Jul 13, 2024
1 parent 2c9fe98 commit 3b42777
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion brainunit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# ==============================================================================
from __future__ import annotations

__version__ = "0.0.1.1"

from __future__ import annotations
import importlib

from . import math
Expand Down

0 comments on commit 3b42777

Please sign in to comment.