Skip to content

Commit

Permalink
Bump version: 0.2.6 → 0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Diamond committed Aug 6, 2014
1 parent f4a71be commit eb9d373
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.2.6
current_version = 0.2.7
files = setup.py doc/source/conf.py
commit = True
tag = True
Expand Down
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# To import sphinx extensions we've put in the repository:
sys.path.insert(0, os.path.abspath('../sphinxext'))

__version__ = "0.2.6"
__version__ = "0.2.7"

# -- General configuration -----------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='cvxpy',
version='0.2.6',
version='0.2.7',
author='Steven Diamond, Eric Chu, Stephen Boyd',
author_email='stevend2@stanford.edu, echu508@stanford.edu, boyd@stanford.edu',
packages=['cvxpy',
Expand Down

0 comments on commit eb9d373

Please sign in to comment.