From 90d7cf46d129d3132dcabcda347aab4b69f9fa2a Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Sun, 23 Oct 2016 14:05:36 +0200 Subject: [PATCH] [RELEASE] new version 0.2.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 027e8c6..f457393 100755 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ def readme(): # https://pypi.python.org/pypi?%3Aaction=list_classifiers setup(name='doxy', - version='0.1.0', + version='0.2.0', description='Doxy is a simple wrapper over doxygen to generate multiple documentation for c++ library', long_description=readme(), url='http://github.com/HeeroYui/doxy',