Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
fcurella committed Oct 14, 2014
2 parents bfbebb4 + 0dfbc19 commit 80e2971
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.0.21
current_version = 0.0.22
files = setup.py recommends/__init__.py
commit = True
tag = True
Expand Down
2 changes: 1 addition & 1 deletion recommends/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
_version = "0.0.21"
_version = "0.0.22"
__version__ = VERSION = tuple(map(int, _version.split('.')))
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import os
from setuptools import setup, find_packages

VERSION = "0.0.21"
VERSION = "0.0.22"


def read(fname):
Expand Down

0 comments on commit 80e2971

Please sign in to comment.