Skip to content

Commit 358417b

Browse files
github-actions[bot]gsaluja9
authored andcommitted
Version bump: 0.2.6 to 0.2.7
1 parent b303e1a commit 358417b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

aperturedb/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
logger = logging.getLogger(__name__)
77

8-
__version__ = "0.2.6"
8+
__version__ = "0.2.7"
99

1010
# set log level
1111
logger.setLevel(logging.DEBUG)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="aperturedb",
8-
version="0.2.6",
8+
version="0.2.7",
99
description="ApertureDB Client Module",
1010
install_requires=['protobuf>=3.20.0', 'scikit-image', 'image', 'requests', 'boto3',
1111
'opencv-python', 'numpy', 'matplotlib', 'pandas', 'kaggle'],

0 commit comments

Comments
 (0)