From f83c49e1b12e051746c42c49397088f54999cd89 Mon Sep 17 00:00:00 2001 From: Talles L Date: Mon, 30 Sep 2019 17:21:10 -0300 Subject: [PATCH] 2.0.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2a1a48f..6e19be6 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import find_packages, setup setup(name='unix-time', - version='1.0.0', + version='2.0.0', url='https://github.com/tallesl/py-unix-time', author='Talles Lasmar', author_email='talleslasmar@gmail.com',