Skip to content

Commit

Permalink
chore: bump
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrugman committed Sep 27, 2021
1 parent 6dcf775 commit a4368c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tangled_up_in_unicode/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from tangled_up_in_unicode.tangled_up_in_unicode_13_0_0 import (
from tangled_up_in_unicode.tangled_up_in_unicode_14_0_0 import (
name,
decimal,
digit,
Expand Down Expand Up @@ -26,7 +26,7 @@
uppercase,
)

__version__ = "0.1.0"
__version__ = "0.2.0"

__all__ = [
"name",
Expand Down

0 comments on commit a4368c2

Please sign in to comment.