diff --git a/CHANGELOG.md b/CHANGELOG.md index c55d92c..f1ca029 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ See Git checking messages for full history. +## 9.0.2 (2023/xx/xx) +- +- :heart: contributors: @ + ## 9.0.1 (2023/04/20) - CLI: fixed entry point not taking into account arguments diff --git a/docs/source/conf.py b/docs/source/conf.py index 3fa52bf..962ea97 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -27,7 +27,7 @@ # built documents. # # The short X.Y version. -version = "8.0.4" +version = "9.0.2" # The full version, including alpha/beta/rc tags. release = "latest" diff --git a/src/mss/__init__.py b/src/mss/__init__.py index df47393..77c563e 100644 --- a/src/mss/__init__.py +++ b/src/mss/__init__.py @@ -11,7 +11,7 @@ from .exception import ScreenShotError from .factory import mss -__version__ = "9.0.1" +__version__ = "9.0.2" __author__ = "Mickaël 'Tiger-222' Schoentgen" __copyright__ = """ Copyright (c) 2013-2023, Mickaël 'Tiger-222' Schoentgen