Skip to content

Commit 8449f73

Browse files
committed
Bumped version to 3.1.3
1 parent 5977e7c commit 8449f73

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

rsa/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
"""
2929

3030
__author__ = "Sybren Stuvel, Barry Mead and Yesudeep Mangalapilly"
31-
__date__ = "2013-09-15"
32-
__version__ = '3.1.2'
31+
__date__ = "2014-02-02"
32+
__version__ = '3.1.3'
3333

3434
from rsa.key import newkeys, PrivateKey, PublicKey
3535
from rsa.pkcs1 import encrypt, decrypt, sign, verify, DecryptionError, \

0 commit comments

Comments
 (0)