Skip to content

Commit d2ed360

Browse files
authored
Merge pull request #53 from singlestore-labs/aanshu/045
feat: Releasing new Pulse version 0.4.5
2 parents 55f73b8 + 69e5f82 commit d2ed360

File tree

6 files changed

+2
-2
lines changed

6 files changed

+2
-2
lines changed
-12.5 KB
Binary file not shown.
-18.7 KB
Binary file not shown.
13.2 KB
Binary file not shown.
19.3 KB
Binary file not shown.

reinstall.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ set -e
33

44
python3 setup.py sdist bdist_wheel
55
pip uninstall singlestore_pulse -y
6-
pip install dist/singlestore_pulse-0.4.4-py3-none-any.whl
6+
pip install dist/singlestore_pulse-0.4.5-py3-none-any.whl
77
# pytest -v --tb=short

setup.py

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

66
setup(
77
name='singlestore_pulse',
8-
version='0.4.4',
8+
version='0.4.5',
99
packages=find_packages(),
1010
description='Singlestore Python SDK for OpenTelemetry Integration',
1111
long_description=open('README.md').read(),

0 commit comments

Comments
 (0)