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',