Skip to content

Commit

Permalink
Bump version: 0.2.10 → 0.2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Diamond committed Aug 27, 2014
1 parent ed0962b commit d29f5bf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.10
current_version = 0.2.11
files = setup.py doc/source/conf.py conda-recipe/meta.yaml
commit = True
tag = True
Expand Down
2 changes: 1 addition & 1 deletion conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: cvxpy
version: 0.2.10
version: 0.2.11

build:
number: 0
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.10"
__version__ = "0.2.11"

# -- 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.10',
version='0.2.11',
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 d29f5bf

Please sign in to comment.