Skip to content

Commit d02afcf

Browse files
committed
Bump the version
1 parent c300fb7 commit d02afcf

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
See 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

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = mss
3-
version = 9.0.0
3+
version = 9.0.1
44
author = Mickaël 'Tiger-222' Schoentgen
55
author_email = [email protected]
66
description = An ultra fast cross-platform multiple screenshots module in pure python using ctypes.

src/mss/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from .exception import ScreenShotError
1212
from .factory import mss
1313

14-
__version__ = "9.0.0"
14+
__version__ = "9.0.1"
1515
__author__ = "Mickaël 'Tiger-222' Schoentgen"
1616
__copyright__ = """
1717
Copyright (c) 2013-2023, Mickaël 'Tiger-222' Schoentgen

0 commit comments

Comments
 (0)