Skip to content

Commit

Permalink
Setting stable
Browse files Browse the repository at this point in the history
  • Loading branch information
hikavdh committed Apr 28, 2019
1 parent f592a5b commit 9b42943
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tvgrabpyAPI/tv_grab_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,9 @@
api_major = 1
api_minor = 0
api_patch = 9
api_patchdate = u'20180829'
api_patchdate = u'20190428'
api_alfa = False
api_beta = True
api_beta = False

def version():
return (api_name, api_major, api_minor, api_patch, api_patchdate, api_beta, api_alfa)
Expand Down

0 comments on commit 9b42943

Please sign in to comment.