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 Jul 31, 2015
2 parents ffc464f + cce758c commit a89a609
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.22
current_version = 0.1.0
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,4 +1,4 @@
_version = "0.0.22"
_version = "0.1.0"
__version__ = VERSION = tuple(map(int, _version.split('.')))

default_app_config = 'recommends.apps.RecommendsConfig'
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.22"
VERSION = "0.1.0"


def read(fname):
Expand Down

0 comments on commit a89a609

Please sign in to comment.