File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 2.1.0
2+ current_version = 2.1.1
33commit = True
44tag = True
55
Original file line number Diff line number Diff line change 2626year = '2007-2016'
2727author = 'Sebastien Andrivet'
2828copyright = '{0}, {1}' .format (year , author )
29- version = release = '2.1.0 '
29+ version = release = '2.1.1 '
3030
3131pygments_style = 'trac'
3232templates_path = ['.' ]
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ def read(*names, **kwargs):
2424
2525setup (
2626 name = 'asn1' ,
27- version = '2.1.0 ' ,
27+ version = '2.1.1 ' ,
2828 license = 'BSD' ,
2929 description = 'Python-ASN1 is a simple ASN.1 encoder and decoder for Python 2.6+ and 3.3+.' ,
3030 long_description = '%s\n %s' % (
@@ -53,6 +53,7 @@ def read(*names, **kwargs):
5353 'Programming Language :: Python :: 3.3' ,
5454 'Programming Language :: Python :: 3.4' ,
5555 'Programming Language :: Python :: 3.5' ,
56+ 'Programming Language :: Python :: 3.6' ,
5657 'Programming Language :: Python :: Implementation :: CPython' ,
5758 'Programming Language :: Python :: Implementation :: PyPy' ,
5859 'Topic :: Utilities' ,
Original file line number Diff line number Diff line change 2323from builtins import str
2424
2525
26- __version__ = "2.1.0 "
26+ __version__ = "2.1.1 "
2727
2828
2929class Numbers (object ):
You can’t perform that action at this time.
0 commit comments