Skip to content

Commit

Permalink
Bump version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
JanmanX committed Jan 6, 2021
1 parent 4ee5464 commit aad75ea
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.10'
__version__ = '1.3.11'


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

0 comments on commit aad75ea

Please sign in to comment.