Skip to content

Commit

Permalink
Bump version to 0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
aerialls committed May 25, 2019
1 parent 4b89187 commit 0637789
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -13,7 +13,7 @@
URL = 'https://github.com/aerialls/synology-srm'
EMAIL = 'julien@aerialls.io'
AUTHOR = 'Julien Brochet'
VERSION = '0.0.6'
VERSION = '0.0.7'
REQUIRES_PYTHON = '>=3.5.3'

REQUIRED = [
Expand Down
2 changes: 1 addition & 1 deletion synology_srm/__version__.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-

VERSION = (0, 0, 6)
VERSION = (0, 0, 7)

__version__ = '.'.join(map(str, VERSION))

0 comments on commit 0637789

Please sign in to comment.