From a604776123a958bb49cf341c4547fb7cae6cfea0 Mon Sep 17 00:00:00 2001 From: Jeff Irion Date: Thu, 31 Aug 2023 20:46:06 -0700 Subject: [PATCH] Bump the version to 0.4.4 (#223) --- adb_shell/__init__.py | 2 +- docs/source/conf.py | 4 ++-- setup.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/adb_shell/__init__.py b/adb_shell/__init__.py index c2d4b4a..09ca6ae 100644 --- a/adb_shell/__init__.py +++ b/adb_shell/__init__.py @@ -7,4 +7,4 @@ """ -__version__ = '0.4.3' +__version__ = '0.4.4' diff --git a/docs/source/conf.py b/docs/source/conf.py index 94ecf93..38bdf1e 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -26,9 +26,9 @@ author = 'Jeff Irion' # The short X.Y version -version = '0.4.3' +version = '0.4.4' # The full version, including alpha/beta/rc tags -release = '0.4.3' +release = '0.4.4' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index cbb82b9..5bdd4d4 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name='adb_shell', - version='0.4.3', + version='0.4.4', description='A Python implementation of ADB with shell and FileSync functionality.', long_description=readme, keywords=['adb', 'android'],