aboutsummaryrefslogtreecommitdiff
path: root/tests/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/setup.py')
-rw-r--r--tests/setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/setup.py b/tests/setup.py
index ed1a894..94aa438 100644
--- a/tests/setup.py
+++ b/tests/setup.py
@@ -10,7 +10,7 @@ from setuptools.command.egg_info import egg_info
PACKAGE_NAME = 'asn1crypto'
-PACKAGE_VERSION = '1.3.0'
+PACKAGE_VERSION = '1.4.0'
TEST_PACKAGE_NAME = '%s_tests' % PACKAGE_NAME
TESTS_ROOT = os.path.dirname(os.path.abspath(__file__))