Fix: change version to correspond to pipy version

This commit is contained in:
Bertrand Benjamin 2020-08-06 16:44:48 +02:00
parent 51d900844d
commit 526d920bc9
1 changed files with 1 additions and 1 deletions

View File

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