Skip to content

Commit

Permalink
Bump the version to 0.4.4 (#223)
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffLIrion committed Sep 1, 2023
1 parent 10acb53 commit a604776
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion adb_shell/__init__.py
Expand Up @@ -7,4 +7,4 @@
"""


__version__ = '0.4.3'
__version__ = '0.4.4'
4 changes: 2 additions & 2 deletions docs/source/conf.py
Expand Up @@ -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 ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -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'],
Expand Down

0 comments on commit a604776

Please sign in to comment.