Skip to content

Commit

Permalink
add __init__ to bookmaker dirs in order to fix build bug
Browse files Browse the repository at this point in the history
  • Loading branch information
S1M0N38 committed Aug 12, 2020
1 parent 857b929 commit e1e97f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion soccerapi/__version__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VERSION = (0, 3, 3)
VERSION = (0, 3, 4)

__version__ = '.'.join(map(str, VERSION))

0 comments on commit e1e97f3

Please sign in to comment.