diff --git a/HaikuPorter/__version__.py b/HaikuPorter/__version__.py index 9d945ef..6cfdfd2 100644 --- a/HaikuPorter/__version__.py +++ b/HaikuPorter/__version__.py @@ -3,4 +3,4 @@ # Copyright 2013 Oliver Tappe # Distributed under the terms of the MIT License. -__version__ = '1.3.0' +__version__ = '1.3.1' diff --git a/pyproject.toml b/pyproject.toml index 4673258..7b4372b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "HaikuPorter" -version = "1.3.0" +version = "1.3.1" description = "HAIKUPORTER" authors = ["Haiku Inc. "] repository = "https://github.com/haikuports/haikuporter"