Skip to content

Commit

Permalink
drop unused import, bump version to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
itdaniher committed Mar 23, 2019
1 parent 04fa800 commit c4239c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docopt.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
import re
import inspect

from typing import Any, List, Tuple, Union, Dict, Optional
from typing import Any, List, Tuple, Union, Optional

__all__ = ["docopt"]
__version__ = "0.6.3"
__version__ = "0.7.0"


def levenshtein_norm(source: str, target: str) -> float:
Expand Down

0 comments on commit c4239c6

Please sign in to comment.