Skip to content

Commit

Permalink
bump version to 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
aerialls committed Jan 30, 2019
1 parent 6a9cb1b commit bbbc325
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.3'
VERSION = '0.0.4'
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, 3)
VERSION = (0, 0, 4)

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

0 comments on commit bbbc325

Please sign in to comment.