Skip to content

Commit

Permalink
Bump version: 0.2.17 → 0.2.18
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Diamond committed Apr 23, 2015
1 parent 4ac72bf commit e0c1658
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.2.17
current_version = 0.2.18
files = setup.py doc/source/conf.py conda-recipe/meta.yaml cvxpy/__init__.py
commit = True
tag = True
Expand Down
2 changes: 1 addition & 1 deletion conda-recipe/meta.yaml
@@ -1,6 +1,6 @@
package:
name: cvxpy
version: 0.2.17
version: 0.2.18

build:
number: 0
Expand Down
2 changes: 1 addition & 1 deletion cvxpy/__init__.py
Expand Up @@ -17,7 +17,7 @@
along with CVXPY. If not, see <http://www.gnu.org/licenses/>.
"""

__version__ = "0.2.17"
__version__ = "0.2.18"
from cvxpy.atoms import *
from cvxpy.expressions.variables import Variable, Semidef, Bool, Int
from cvxpy.expressions.constants import Parameter, CallbackParam, Constant
Expand Down
2 changes: 1 addition & 1 deletion doc/source/conf.py
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.17"
__version__ = "0.2.18"

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

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -2,7 +2,7 @@

setup(
name='cvxpy',
version='0.2.17',
version='0.2.18',
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 e0c1658

Please sign in to comment.