浏览代码

update to version 2.0.0 to break w/ the Python 2 version.

The API hasn't changed, but want to help prevent confusion.
main
John-Mark Gurney 4 年前
父节点
当前提交
01d8efffd7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      setup.py

+ 1
- 1
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',


正在加载...
取消
保存