Skip to content

Commit

Permalink
Bump version: 0.0.21 → 0.0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
fcurella committed Oct 14, 2014
1 parent bf97a4b commit 0dfbc19
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -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
@@ -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
@@ -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 0dfbc19

Please sign in to comment.