From 8078f4997a5067f96bded9c44e24ae73e5f30bae Mon Sep 17 00:00:00 2001 From: David de la Iglesia Castro Date: Tue, 13 Oct 2020 22:36:40 +0200 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0c78642..e0c5902 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup, find_packages -version = '0.1.2' +version = '0.1.3' with open("README.rst", "r") as fh: long_description = fh.read()