Skip to content

Commit

Permalink
Bump version: 0.2.0 → 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fcurella committed Aug 13, 2015
1 parent 09e9c37 commit a53e7b9
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.2.0
current_version = 0.2.1
files = setup.py recommends/__init__.py
commit = True
tag = True
Expand Down
2 changes: 1 addition & 1 deletion recommends/__init__.py
@@ -1,4 +1,4 @@
_version = "0.2.0"
_version = "0.2.1"
__version__ = VERSION = tuple(map(int, _version.split('.')))

default_app_config = 'recommends.apps.RecommendsConfig'
2 changes: 1 addition & 1 deletion setup.py
@@ -1,7 +1,7 @@
import os
from setuptools import setup, find_packages

VERSION = "0.2.0"
VERSION = "0.2.1"


def read(fname):
Expand Down

0 comments on commit a53e7b9

Please sign in to comment.