Skip to content

Commit

Permalink
[qacode] Update to v0.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
netzulo committed Jul 27, 2018
1 parent 54f5d8a commit 58bd086
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
author = 'Netzulo'

# The short X.Y version
version = '5.5'
version = '5.6'
# The full version, including alpha/beta/rc tags
release = 'v0.{}'.format(version)

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def read(file_path='./', file_name=None, is_encoding=True, ignore_raises=False):
ignore_raises=ignore_raises))


VERSION = "0.5.5"
VERSION = "0.5.6"
CURR_PATH = "{}{}".format(path.abspath(path.dirname(__file__)), '/')
INSTALL_REQUIRES = [
'appdirs',
Expand Down

0 comments on commit 58bd086

Please sign in to comment.