File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 22
33See Git checking messages for full history.
44
5+ ## 9.0.1 (2023/xx/xx)
6+ -
7+ - :heart : contributors: @
8+
59## 9.0.0 (2023/04/18)
610- Linux: add failure handling to ` XOpenDisplay() ` call (fixes #246 )
711- Mac: tiny improvement in moniors finding
Original file line number Diff line number Diff line change 11[metadata]
22name = mss
3- version = 9.0.0
3+ version = 9.0.1
44author = Mickaël ' Tiger-222' Schoentgen
5566description = An ultra fast cross-platform multiple screenshots module in pure python using ctypes.
Original file line number Diff line number Diff line change 1111from .exception import ScreenShotError
1212from .factory import mss
1313
14- __version__ = "9.0.0 "
14+ __version__ = "9.0.1 "
1515__author__ = "Mickaël 'Tiger-222' Schoentgen"
1616__copyright__ = """
1717Copyright (c) 2013-2023, Mickaël 'Tiger-222' Schoentgen
You can’t perform that action at this time.
0 commit comments