Skip to content

Commit 6521274

Browse files
2 parents 36db087 + e56e8b3 commit 6521274

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ pip3 install pycairo PyGObject psutil dbus-python matplotlib
3737
* Copyright © 2012 Michał Olber
3838
* Copyright © 2016 Lorenzo Carbonell
3939

40+
And more
41+
4042
## Screenshots
4143

4244
### Processor

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "cpu-g"
3-
version = "0.16.3"
3+
version = "0.16.4"
44
description = "Add your description here"
55
authors = [
66
{ name = "Lorenzo Carbonell <[email protected]", email = "[email protected]" }
@@ -14,7 +14,7 @@ dependencies = [
1414
"matplotlib==3.8.2",
1515
"numpy==1.26.3",
1616
"packaging==23.2",
17-
"pillow==10.2.0",
17+
"pillow==10.3.0",
1818
"psutil==5.9.7",
1919
"pycairo==1.25.1",
2020
"pygobject==3.46.0",

requirements-dev.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ numpy==1.26.3
3333
packaging==23.2
3434
# via cpu-g
3535
# via matplotlib
36-
pillow==10.2.0
36+
pillow==10.3.0
3737
# via cpu-g
3838
# via matplotlib
3939
psutil==5.9.7

requirements.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ numpy==1.26.3
3333
packaging==23.2
3434
# via cpu-g
3535
# via matplotlib
36-
pillow==10.2.0
36+
pillow==10.3.0
3737
# via cpu-g
3838
# via matplotlib
3939
psutil==5.9.7

0 commit comments

Comments
 (0)