Skip to content

Commit

Permalink
Bump up to v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hgiesel committed Mar 17, 2020
1 parent 3a2d6cf commit 4d1e863
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.1'
version = 'v0.2.2'

class Answer(IntEnum):
AGAIN = 1
Expand Down

0 comments on commit 4d1e863

Please sign in to comment.