From 526d920bc9301d01848963b043b7451880de2e6e Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Thu, 6 Aug 2020 16:44:48 +0200 Subject: [PATCH] Fix: change version to correspond to pipy version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d25c896..2f66994 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ from setuptools import setup, find_packages setup( name='mypytex', - version='0.3', + version='0.4', description='Writing latex files and compile it with python and jinja2', url='https://git.opytex.org/lafrite/Pytex', author='Bertrand Benjamin',