From 72eb2a94e15f26fbd4748ef8563d96bac3f3024d Mon Sep 17 00:00:00 2001 From: John-Mark Gurney Date: Wed, 29 Mar 2017 00:06:02 -0700 Subject: [PATCH] make this 1.0.1 since it now has a setup.py file.. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d6b3b75..11b36a3 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from distutils.core import setup setup(name='pasn1', - version='1.0', + version='1.0.1', description='An ASN.1 encoder/decoder with json like interface.', author='John-Mark Gurney', author_email='jmg@funkthat.com',