From 08da338f8003d7f5cc9ab8de1344c73596e9c575 Mon Sep 17 00:00:00 2001 From: Ed Date: Mon, 26 Aug 2019 18:35:52 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.3.16=20=E2=86=92=200.3.17?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 1eba2b3..383a9be 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.3.16 +current_version = 0.3.17 commit = True tag = True diff --git a/setup.py b/setup.py index c022a21..b389dd2 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="synotools", - version="0.3.16", + version="0.3.17", author="Ed Garabito", author_email="eduardo@gottabegarabi.com", description="A Python API wrapper and toolset to interact with Synology NAS devices.",