Skip to content

Commit

Permalink
Push version for 0.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jnsebgosselin committed Jul 1, 2018
1 parent 67ccd1c commit 45e0cc3
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, 2, 2, 'dev')
version_info = (0, 3, 0)
__version__ = '.'.join(map(str, version_info))
__appname__ = 'QWatson'
__namever__ = __appname__ + " " + __version__
__date__ = '21/06/2018'
__date__ = '01/07/2018'
__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 45e0cc3

Please sign in to comment.