Skip to content

Commit

Permalink
Bump version to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dralshehri committed Dec 18, 2023
1 parent 064365f commit c8aacf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/luhncheck/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
https://github.com/dralshehri/luhncheck
"""

__version__ = "2.0.0"
__version__ = "2.1.0"

from typing import List, Optional, Union

Expand Down

0 comments on commit c8aacf4

Please sign in to comment.