Skip to content

Commit

Permalink
Merge pull request #55 from aerialls/v0.2.3
Browse files Browse the repository at this point in the history
chore: release v0.2.3
  • Loading branch information
aerialls committed Dec 5, 2022
2 parents b2866b3 + 32865fd commit f53c50e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "synology-srm"
version = "0.2.2"
version = "0.2.3"
description = "Python Synology SRM API client"
authors = ["Julien Brochet <julien@aerialls.eu>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion synology_srm/__version__.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-

VERSION = (0, 2, 2)
VERSION = (0, 2, 3)

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

0 comments on commit f53c50e

Please sign in to comment.