Skip to content

Commit 25f8307

Browse files
authored
Update setup.py (#76)
feat: Update the used version
1 parent 4f74c18 commit 25f8307

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setuptools.setup(
1010
name="grafana-api-sdk",
11-
version="0.4.2",
11+
version="0.4.3",
1212
author="Pascal Zimmermann",
1313
author_email="[email protected]",
1414
description="A Grafana API SDK",

Diff for: tests/integrationtest/test_snapshot.py

-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ def test_get_snapshot_by_key(self):
3333
)
3434

3535
def test_d_delete_snapshot_by_key(self):
36-
print(self.snapshot.get_snapshots())
3736
snapshot_key: str = self.snapshot.get_snapshots()[1].get("key")
3837
self.snapshot.delete_snapshot_by_key(snapshot_key)
3938
self.assertEqual(1, len(self.snapshot.get_snapshots()))

0 commit comments

Comments
 (0)