Skip to content

Commit

Permalink
fix again, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
okuvshynov committed Apr 2, 2024
1 parent dd376cc commit 829ebc9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cubestat/cubestat.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
from math import floor
from threading import Thread, Lock

from readers.linux_reader import LinuxReader
from readers.macos_reader import AppleReader
from cubestat.readers.linux_reader import LinuxReader
from cubestat.readers.macos_reader import AppleReader

class EnumLoop(Enum):
def next(self):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='cubestat',
version='0.2.4',
version='0.2.5',
author='Oleksandr Kuvshynov',
author_email='okuvshynov@gmail.com',
description='Horizon chart in terminal for system monitoring',
Expand Down

0 comments on commit 829ebc9

Please sign in to comment.