Skip to content

Commit

Permalink
Bump up version to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelAquilina committed Jul 6, 2015
1 parent c574b1b commit 39514a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hashedindex/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

__author__ = 'Michael Aquilina'
__email__ = 'michaelaquilina@gmail.com'
__version__ = '0.2.0'
__version__ = '0.2.1'

import collections
import math
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

setup(
name='hashedindex',
version='0.2.0',
version='0.2.1',
description="InvertedIndex implementation using hash lists (dictionaries)",
long_description=readme + '\n\n' + history,
author="Michael Aquilina",
Expand Down

0 comments on commit 39514a1

Please sign in to comment.