Skip to content

Commit 85bea0d

Browse files
committed
Bump version number, this time on the right branch
1 parent 6c6b0f6 commit 85bea0d

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

0 commit comments

Comments
 (0)