diff --git a/inkpot/__init__.py b/inkpot/__init__.py index 2cbfb0f..b67f42a 100644 --- a/inkpot/__init__.py +++ b/inkpot/__init__.py @@ -2,4 +2,4 @@ from . import config from . import file -__version__ = "2.2.2" \ No newline at end of file +__version__ = "2.2.3" \ No newline at end of file diff --git a/setup.py b/setup.py index 221ec37..a7f2046 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name='inkpot', - version='2.2.2', + version='2.2.3', description='a small simple library for generating documentation from docstrings', url='https://github.com/AxelGard/inkpot', author='Axel Gard',