From 71194bfea925c13bb73d6a497534f5c4aab65304 Mon Sep 17 00:00:00 2001 From: Tiendil Date: Tue, 28 Jun 2016 07:51:29 +0300 Subject: [PATCH] =?UTF-8?q?=D0=92=D0=B5=D1=80=D1=81=D0=B8=D1=8F=200.2.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index eb2a544..c66b549 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ import setuptools setuptools.setup( name='Pynames', - version='0.2.0', + version='0.2.1', description='name generation library', long_description = open('README.rst').read(), url='https://github.com/Tiendil/pynames',