Skip to content

Commit

Permalink
feat(synology-srm): bump version to 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
aerialls committed Oct 7, 2020
1 parent 1dc9239 commit 9d9f1eb
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, 2, 1)
VERSION = (0, 2, 2)

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

0 comments on commit 9d9f1eb

Please sign in to comment.