Skip to content

Commit

Permalink
Bump version to 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
aerialls committed Feb 18, 2019
1 parent f8e4f2f commit 3e3df88
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.5'
VERSION = '0.0.6'
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, 5)
VERSION = (0, 0, 6)

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

0 comments on commit 3e3df88

Please sign in to comment.