Updated version.
This commit is contained in:
parent
f04e401467
commit
20cd213d75
|
@ -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 ---------------------------------------------------
|
||||
|
|
2
setup.py
2
setup.py
|
@ -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.',
|
||||
|
|
Loading…
Reference in New Issue