Bump version

This commit is contained in:
Jan Dittberner 2016-05-05 10:44:57 +02:00
parent ed7ff9c23c
commit a17f55a6a9
2 changed files with 2 additions and 2 deletions

View file

@ -23,7 +23,7 @@ from sphinx.locale import l_
from sphinx.roles import XRefRole
from sphinx.util.nodes import make_refnode
__version__ = '0.2.0'
__version__ = '0.2.1'
def ip_object_anchor(typ, path):

View file

@ -2,7 +2,7 @@
from setuptools import setup, find_packages
version = '0.2.0'
version = '0.2.1'
with open('README.rst') as readme:
description = readme.read() + "\n\n"