Skip to content

Commit

Permalink
Bump version numbers for release
Browse files Browse the repository at this point in the history
  • Loading branch information
JanmanX committed Jan 28, 2021
1 parent 0bcf8c0 commit abe226a
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.13'
__version__ = '1.3.14'


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.13',
version='1.3.14',
description='VAT validation for Python',
long_description=long_description,
long_description_content_type="text/x-rst",
Expand Down

0 comments on commit abe226a

Please sign in to comment.