From 53a21cadf3f6fe8680e0a684f1264dd952d5c0e7 Mon Sep 17 00:00:00 2001 From: Axel Gard Date: Sun, 9 Jun 2024 08:38:51 +0200 Subject: [PATCH] update v for cicd --- inkpot/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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',