Skip to content

Commit

Permalink
just version things
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Commod0re committed Mar 1, 2017
1 parent c9d39e3 commit 2d6667e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pgpy/_author.py
Expand Up @@ -15,4 +15,4 @@
__author__ = "Michael Greene"
__copyright__ = "Copyright (c) 2014 Michael Greene"
__license__ = "BSD"
__version__ = str(LooseVersion("0.5.0"))
__version__ = str(LooseVersion("0.4.1"))
4 changes: 2 additions & 2 deletions pgpy/pgp.py
Expand Up @@ -1289,8 +1289,8 @@ def key_algorithm(self):

@property
def key_size(self):
"""*new in 0.5.0*
The size pertaining to this key. ``int`` for non-EC key algorithms; :py:pbj:`constants.EllipticCurveOID` for EC keys.
"""*new in 0.4.1*
The size pertaining to this key. ``int`` for non-EC key algorithms; :py:obj:`constants.EllipticCurveOID` for EC keys.
"""
if self.key_algorithm in {PubKeyAlgorithm.ECDSA, PubKeyAlgorithm.ECDH}:
return self._key.keymaterial.oid
Expand Down
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -52,6 +52,7 @@
'Operating System :: Microsoft :: Windows',
'Intended Audience :: Developers',
'Programming Language :: Python',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.3',
Expand Down

0 comments on commit 2d6667e

Please sign in to comment.