Skip to content

Commit

Permalink
fix(deploy): bump version to 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
aerialls committed Feb 23, 2020
1 parent e33476d commit 579aa02
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, 2)
VERSION = (0, 1, 4)

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

0 comments on commit 579aa02

Please sign in to comment.