Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienPalard committed Mar 10, 2023
1 parent db9e12a commit cdf9ee8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oeis.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from typing import Callable, Dict, Iterable, Iterator, List, Sequence, Union, overload

# Version format is YYYY.MM.DD (https://calver.org/)
__version__ = "2021.1.3"
__version__ = "2023.3.10"


def parse_args() -> argparse.Namespace:
Expand Down

0 comments on commit cdf9ee8

Please sign in to comment.