We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6f1646 commit 9a01534Copy full SHA for 9a01534
pyvat/__init__.py
@@ -8,7 +8,7 @@
8
from .vat_rules import VAT_RULES
9
10
11
-__version__ = '1.3.8'
+__version__ = '1.3.10'
12
13
14
WHITESPACE_EXPRESSION = re.compile(r'[\s\-]+')
setup.py
@@ -28,7 +28,7 @@
28
29
setup(
30
name='pyvat',
31
- version='1.3.8',
+ version='1.3.10',
32
description='VAT validation for Python',
33
long_description=long_description,
34
long_description_content_type='text/x-rst',
0 commit comments