Skip to content

Commit 7cdd411

Browse files
committed
Merge branch 'fix/IC-5-change-vat'
2 parents 093fe96 + 672d34a commit 7cdd411

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyvat/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from .vat_rules import VAT_RULES
99

1010

11-
__version__ = '1.3.17'
11+
__version__ = '1.3.18'
1212

1313

1414
WHITESPACE_EXPRESSION = re.compile(r'[\s\-]+')

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
setup(
2828
name='pyvat',
29-
version='1.3.17',
29+
version='1.3.18',
3030
description='VAT validation for Python',
3131
long_description=long_description,
3232
long_description_content_type="text/x-rst",

0 commit comments

Comments
 (0)