Skip to content

Commit 9561668

Browse files
committed
Bugfix 0.5.3
1 parent d025e1e commit 9561668

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hashpy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
from hashpype import HashPype, HashError
1414
from doublecouple import DoubleCouple
1515

16-
__version__ = "0.5.2"
16+
__version__ = "0.5.3"
1717

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def get_linker_args_for_virtualenv(virtualenv=None):
4141
### Regular setup stuff ######################################################
4242

4343
s_args = {'name' : 'HASHpy',
44-
'version' : '0.5.2',
44+
'version' : '0.5.3',
4545
'description' : 'Routines for running HASH algorithms',
4646
'author' : 'Mark Williams',
4747
'url' : 'https//github.com/markcwill',

0 commit comments

Comments
 (0)