From bf01cfb46b75bfb388b39d41d9ff5f459d84fed9 Mon Sep 17 00:00:00 2001 From: Felipe Pontes Date: Sun, 29 Jan 2017 10:47:15 -0300 Subject: [PATCH] v1.0.1 --- setup.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 1fa8b6a..1b58ec7 100644 --- a/setup.py +++ b/setup.py @@ -1,5 +1,3 @@ -# coding: utf-8 - try: from setuptools import setup except ImportError: @@ -7,7 +5,7 @@ setup( name='Dicio', - version='v1.0.0', + version='v1.0.1', author='Felipe Pontes', author_email='felipemfpontes@gmail.com', packages=['dicio', 'tests'],