Skip to content

Commit

Permalink
Push version to 0.3.3 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
jnsebgosselin committed Jul 26, 2018
1 parent 0110c7e commit dc66f35
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, 2)
version_info = (0, 3, 3)
__version__ = '.'.join(map(str, version_info))
__appname__ = 'QWatson'
__namever__ = __appname__ + " " + __version__
__date__ = '25/07/2018'
__date__ = '26/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 dc66f35

Please sign in to comment.