Skip to content

Commit

Permalink
udpated to avoid deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
calbaker committed Dec 28, 2024
1 parent fea49ad commit 12b3d11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/altrios/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from pkg_resources import get_distribution
__version__ = get_distribution("altrios").version
from importlib.metadata import version
__version__ = version("fastsim")

from pathlib import Path
import re
Expand Down

0 comments on commit 12b3d11

Please sign in to comment.