# HG changeset patch # User Marcin Kasperski # Date 2020-06-27 22:31:49 # Node ID a6fa088b471e8ef09f6acabed5160c47e361f293 # Parent f1a5fa5aea90806cc815b48ef4f5dc8966478b8a Version number set to 1.3.1 diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup -VERSION = '1.3.0' +VERSION = '1.3.1' LONG_DESCRIPTION = open("README.rst").read() setup(