Skip to content

Commit

Permalink
Bump up version number to v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hgiesel committed Mar 12, 2020
1 parent 29b5470 commit a146524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from itertools import takewhile
from typing import List, Tuple, Optional

version = 'v0.2'
version = 'v0.2.1'

class Answer(IntEnum):
AGAIN = 1
Expand Down

0 comments on commit a146524

Please sign in to comment.