Skip to content

Commit

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

from pathlib import Path
import re
Expand Down

0 comments on commit ce04dfc

Please sign in to comment.