Skip to content

Commit

Permalink
Bumped version for BlockFeeder.
Browse files Browse the repository at this point in the history
  • Loading branch information
ricmoo committed May 13, 2014
1 parent e68d52e commit 87d7946
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyaes/__init__.py
Expand Up @@ -46,7 +46,7 @@
# https://www.dlitz.net/software/pycrypto/


VERSION = [1, 0, 0]
VERSION = [1, 1, 0]

from pyaes.aes import AES, AESModeOfOperationCTR, AESModeOfOperationCBC, AESModeOfOperationCFB, AESModeOfOperationECB, AESModeOfOperationOFB, AESModesOfOperation, Counter
from pyaes.blockfeeder import Decrypter, Encrypter
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -8,7 +8,7 @@
for API reference and details.'''

setup(name = 'pyaes',
version = '1.0.0',
version = '1.1.0',
description = 'Pure-Python Implementation of the AES block-cipher and common modes of operation',
long_description = LONG_DESCRIPTION,
author = 'Richard Moore',
Expand Down

0 comments on commit 87d7946

Please sign in to comment.