Compare commits

...

2 Commits

Author SHA1 Message Date
90067b4068 Feat: add .pytest_cache/ 2020-08-06 16:45:52 +02:00
526d920bc9 Fix: change version to correspond to pipy version 2020-08-06 16:44:48 +02:00
2 changed files with 4 additions and 1 deletions

3
.gitignore vendored
View File

@@ -96,3 +96,6 @@ ENV/
# mkdocs documentation
/site
# pytest
.pytest_cache/

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