Skip to content

Commit 9a01534

Browse files
committed
Bump version numbers for release
1 parent e6f1646 commit 9a01534

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.8'
11+
__version__ = '1.3.10'
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
@@ -28,7 +28,7 @@
2828

2929
setup(
3030
name='pyvat',
31-
version='1.3.8',
31+
version='1.3.10',
3232
description='VAT validation for Python',
3333
long_description=long_description,
3434
long_description_content_type='text/x-rst',

0 commit comments

Comments
 (0)