Skip to content

Commit

Permalink
bump version to 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
aerialls committed Jan 31, 2019
1 parent a3f6745 commit 4c4fd79
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.4'
VERSION = '0.0.5'
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, 4)
VERSION = (0, 0, 5)

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

0 comments on commit 4c4fd79

Please sign in to comment.