Skip to content

Commit

Permalink
Merge branch 'v0.2.2.1' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
damies13 committed Feb 24, 2023
2 parents 7269604 + 18efec2 commit aa8da89
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions pyperfmon/pyperfmon.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@

class pyperfmon():
connections = {}
version="0.2.1"
version="0.2.2.1"

def __version__(self)
return self.version
def __version__(self):
return self.version

def _loadPerfObjects(self, alias="localhost"):
connection = self.connections[alias]["connection"]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="pyperfmon",
version="0.2.1",
version="0.2.2.1",
author="damies13",
author_email="[email protected]",
description="pyperfmon",
Expand Down

0 comments on commit aa8da89

Please sign in to comment.