Skip to content

Commit

Permalink
Bump up version number
Browse files Browse the repository at this point in the history
  • Loading branch information
hgiesel committed Mar 26, 2020
1 parent 790ba8e commit 22c7cd6
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.2'
version = 'v0.3.0'

class Answer(IntEnum):
AGAIN = 1
Expand Down

0 comments on commit 22c7cd6

Please sign in to comment.