Skip to content

Commit

Permalink
fix annotations for Python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
scivision committed Dec 19, 2024
1 parent 8cee13d commit 5e06cc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/msise00/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .base import run, rungtd1d
from .timeutils import todatetime, todt64

__version__ = "1.11.0"
__version__ = "1.11.1"
1 change: 1 addition & 0 deletions src/msise00/plots.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
from __future__ import annotations
from pathlib import Path
from datetime import datetime
from matplotlib.pyplot import figure, close
Expand Down

0 comments on commit 5e06cc8

Please sign in to comment.