From a934d3adb01282a31f4859903571f7207c7ac13b Mon Sep 17 00:00:00 2001 From: Jan Date: Mon, 5 Oct 2020 16:06:26 +0200 Subject: [PATCH] Bump version numbers --- pyvat/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyvat/__init__.py b/pyvat/__init__.py index ffb5e80..c62b865 100644 --- a/pyvat/__init__.py +++ b/pyvat/__init__.py @@ -8,7 +8,7 @@ from .vat_rules import VAT_RULES -__version__ = '1.3.5' +__version__ = '1.3.6' WHITESPACE_EXPRESSION = re.compile(r'[\s\-]+') diff --git a/setup.py b/setup.py index 04f84d0..544f907 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ setup( name='pyvat', - version='1.3.5', + version='1.3.6', description='VAT validation for Python', author='Iconfinder', author_email='support@iconfinder.com',