From 60fb381fc89197d06dc2b82b07e6902e2441d966 Mon Sep 17 00:00:00 2001 From: Felipe Lopes <38408465+felipeelopes@users.noreply.github.com> Date: Fri, 17 Aug 2018 19:10:27 -0300 Subject: [PATCH] Update setup.py MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit incrementando versão --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 64b892a..5dd4489 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ # coding=utf-8 from setuptools import setup, find_packages -VERSION = "1.0.0" +VERSION = "1.0.1" setup(