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