Skip to content

Commit

Permalink
Merge branch 'fix/IC-5-change-vat'
Browse files Browse the repository at this point in the history
  • Loading branch information
JasterTDC committed Jan 25, 2024
2 parents 093fe96 + 672d34a commit 7cdd411
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyvat/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from .vat_rules import VAT_RULES


__version__ = '1.3.17'
__version__ = '1.3.18'


WHITESPACE_EXPRESSION = re.compile(r'[\s\-]+')
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

setup(
name='pyvat',
version='1.3.17',
version='1.3.18',
description='VAT validation for Python',
long_description=long_description,
long_description_content_type="text/x-rst",
Expand Down

0 comments on commit 7cdd411

Please sign in to comment.