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',