diff --git a/README.md b/README.md index d47e4b3..4714153 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Wincpy 1.3.1 +# Wincpy 1.3.2 [![.github/workflows/check-solutions.yml](https://github.com/WincAcademy/wincpy/actions/workflows/check-solutions.yml/badge.svg?branch=master)](https://github.com/WincAcademy/wincpy/actions/workflows/check-solutions.yml) diff --git a/wincpy/__init__.py b/wincpy/__init__.py index 6cf0494..d2d2f5a 100644 --- a/wincpy/__init__.py +++ b/wincpy/__init__.py @@ -1,2 +1,2 @@ # Leave this empty other than the version -__version__ = "1.3.1" +__version__ = "1.3.2"