From 4bf0d422090386122825ec9b7e652aa0523bd3f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=ADas=20Alvarado?= Date: Wed, 17 Jan 2024 18:39:43 -0600 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e974cee..9b8ec46 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ long_description = open('README.md').read() setup( name='pgn2fixture', - version='1.0.3', + version='1.0.4', description='A very simple PGN to Django fixture converter.', author='Josias Alvarado', author_email='josiasjag@gmail.com',