Skip to content

Commit

Permalink
Release 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zigarn committed Mar 10, 2021
1 parent 28dedf8 commit 950fcfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ztraining2strigo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

from .notes_parser import parse_notes

VERSION = '0.0.1'
VERSION = '0.0.2'


def _prompt(prompt: str, is_valid: Callable[[str], bool] = lambda _: True, choices: List[str] = None) -> str:
Expand Down

0 comments on commit 950fcfe

Please sign in to comment.