diff --git a/pyproject.toml b/pyproject.toml index d4bfce7..4af2a48 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ license = {file = "LICENSE"} # For a discussion on single-sourcing the version across setup.py and the # project code, see # https://packaging.python.org/en/latest/single_source_version.html -version = "18.3.0" +version = "18.3.1" # This is a one-line description or tagline of what your project does. This # corresponds to the "Summary" metadata field: # https://packaging.python.org/specifications/core-metadata/#summary diff --git a/ueberzug/__init__.py b/ueberzug/__init__.py index 4addf53..607b65f 100644 --- a/ueberzug/__init__.py +++ b/ueberzug/__init__.py @@ -1,4 +1,4 @@ -__version__ = "18.3.0" +__version__ = "18.3.1" __license__ = "GPLv3" __description__ = "ueberzug is a command line util which allows to display images in combination with X11" __url_repository__ = "https://github.com/ueber-devel/ueberzug"