Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
GjjvdBurg committed Dec 7, 2024
1 parent 2e9f5ae commit 4ff6f86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clevercsv/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

from typing import Tuple

VERSION: Tuple[int, int, int] = (0, 8, 2)
VERSION: Tuple[int, int, int] = (0, 8, 3)

__version__: str = ".".join(map(str, VERSION))

0 comments on commit 4ff6f86

Please sign in to comment.