Skip to content

Commit b765912

Browse files
committed
Version bump for bugfixes, wait for FPFIT output for 0.6
1 parent f506616 commit b765912

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.1"
16+
__version__ = "0.5.2"
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.1',
44+
'version' : '0.5.2',
4545
'description' : 'Routines for running HASH algorithms',
4646
'author' : 'Mark Williams',
4747
'url' : 'https//github.com/markcwill',

0 commit comments

Comments
 (0)