Skip to content

Commit

Permalink
Bump version: 0.3.10 → 0.3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
fcurella committed Aug 11, 2016
1 parent 0a50cd0 commit 9e37e7b
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.3.10
current_version = 0.3.11
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.3.10"
_version = "0.3.11"
__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.3.10"
VERSION = "0.3.11"


def read(fname):
Expand Down

0 comments on commit 9e37e7b

Please sign in to comment.