Updated version.

This commit is contained in:
Franco Masotti 2021-09-20 12:20:07 +02:00
parent f04e401467
commit 20cd213d75
Signed by: frnmst
GPG Key ID: 24116ED85666780A
2 changed files with 3 additions and 3 deletions

View File

@ -26,9 +26,9 @@ copyright = '2019-2021, Franco Masotti'
author = 'Franco Masotti'
# The short X.Y version
version = '2.0.7'
version = '2.0.8'
# The full version, including alpha/beta/rc tags
release = '2.0.7'
release = '2.0.8'
# -- General configuration ---------------------------------------------------

View File

@ -24,7 +24,7 @@ from setuptools import find_packages, setup
setup(
name='fattura_elettronica_reader',
version='2.0.7',
version='2.0.8',
packages=find_packages(exclude=['*tests*']),
license='GPL',
description='A utility that is able to check and extract electronic invoice received from the Sistema di Interscambio.',