Skip to content

Commit b6471c7

Browse files
github-actions[bot]gsaluja9
authored andcommitted
Version bump: 0.2.4 to 0.2.5
1 parent 2e64cb0 commit b6471c7

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.4"
8+
__version__ = "0.2.5"
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.4",
8+
version="0.2.5",
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)