From 01d8efffd7bc3037dcb894ea44dbe959035948c6 Mon Sep 17 00:00:00 2001 From: John-Mark Gurney Date: Mon, 13 Apr 2020 14:47:19 -0700 Subject: [PATCH] update to version 2.0.0 to break w/ the Python 2 version. The API hasn't changed, but want to help prevent confusion. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 11b36a3..5f64fb2 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from distutils.core import setup setup(name='pasn1', - version='1.0.1', + version='2.0.0', description='An ASN.1 encoder/decoder with json like interface.', author='John-Mark Gurney', author_email='jmg@funkthat.com',