Skip to content

Commit 6a1c2ab

Browse files
committed
Bumped version to 3.3
1 parent cd42a86 commit 6a1c2ab

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__ = "2015-11-05"
32-
__version__ = '3.2.3'
31+
__date__ = "2016-01-13"
32+
__version__ = '3.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)