Skip to content

Commit 269acdb

Browse files
committed
Version bump for *_stream.
1 parent a7c9b82 commit 269acdb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyaes/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
# https://www.dlitz.net/software/pycrypto/
4747

4848

49-
VERSION = [1, 2, 0]
49+
VERSION = [1, 3, 0]
5050

5151
from .aes import AES, AESModeOfOperationCTR, AESModeOfOperationCBC, AESModeOfOperationCFB, AESModeOfOperationECB, AESModeOfOperationOFB, AESModesOfOperation, Counter
5252
from .blockfeeder import decrypt_stream, Decrypter, encrypt_stream, Encrypter

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
for API reference and details.'''
99

1010
setup(name = 'pyaes',
11-
version = '1.2.0',
11+
version = '1.3.0',
1212
description = 'Pure-Python Implementation of the AES block-cipher and common modes of operation',
1313
long_description = LONG_DESCRIPTION,
1414
author = 'Richard Moore',

0 commit comments

Comments
 (0)