Skip to content

Commit

Permalink
feat(deploy): bump version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aerialls committed Mar 10, 2020
1 parent ac1525d commit e9107e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synology_srm/__version__.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-

VERSION = (0, 1, 4)
VERSION = (0, 2, 0)

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

0 comments on commit e9107e9

Please sign in to comment.