Skip to content

Commit 023158e

Browse files
committed
Bump version number
1 parent c2a5486 commit 023158e

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.16'
11+
__version__ = '1.3.17'
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.16',
29+
version='1.3.17',
3030
description='VAT validation for Python',
3131
long_description=long_description,
3232
long_description_content_type="text/x-rst",

0 commit comments

Comments
 (0)