Skip to content

Commit

Permalink
chore: bump version to 1.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgiga1993 committed Aug 23, 2022
1 parent 7294d0f commit bf4c404
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion pollect/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.1.10'
__version__ = '1.1.11'
1 change: 0 additions & 1 deletion tests/writers/test_PrometheusWriter.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ def setUpClass(cls) -> None:
def tearDownClass(cls) -> None:
TestPrometheusWriter.writer.stop()


def setUp(self) -> None:
self.writer.clear()

Expand Down

0 comments on commit bf4c404

Please sign in to comment.