Skip to content

Commit

Permalink
Bump version to 0.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jnsebgosselin committed Jan 16, 2019
1 parent d7853f7 commit f60acde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qwatson/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
import sys


version_info = (0, 3, 7, 'dev0')
version_info = (0, 3, 7)
__version__ = '.'.join(map(str, version_info))
__appname__ = 'QWatson'
__namever__ = __appname__ + " " + __version__
__date__ = '14/01/2019'
__date__ = '16/01/2019'
__project_url__ = "https://github.com/jnsebgosselin/qwatson"
__releases_url__ = __project_url__ + "/releases"
__releases_api__ = ("https://api.github.com/repos/jnsebgosselin/qwatson/"
Expand Down

0 comments on commit f60acde

Please sign in to comment.