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 6, 2021
1 parent e6f1646 commit 9a01534
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.8'
__version__ = '1.3.10'


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 @@ -28,7 +28,7 @@

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

0 comments on commit 9a01534

Please sign in to comment.