Skip to content

Commit b589c5a

Browse files
author
Steven Diamond
committed
Bump version: 0.2.20 → 0.2.21
1 parent cca7427 commit b589c5a

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.2.20
2+
current_version = 0.2.21
33
files = setup.py doc/source/conf.py conda-recipe/meta.yaml cvxpy/__init__.py
44
commit = True
55
tag = True

conda-recipe/meta.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package:
22
name: cvxpy
3-
version: 0.2.20
3+
version: 0.2.21
44

55
build:
66
number: 0

cvxpy/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
along with CVXPY. If not, see <http://www.gnu.org/licenses/>.
1818
"""
1919

20-
__version__ = "0.2.20"
20+
__version__ = "0.2.21"
2121
from cvxpy.atoms import *
2222
from cvxpy.expressions.variables import Variable, Semidef, Bool, Int
2323
from cvxpy.expressions.constants import Parameter, CallbackParam, Constant

doc/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# To import sphinx extensions we've put in the repository:
2222
sys.path.insert(0, os.path.abspath('../sphinxext'))
2323

24-
__version__ = "0.2.20"
24+
__version__ = "0.2.21"
2525

2626
# -- General configuration -----------------------------------------------------
2727

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='cvxpy',
5-
version='0.2.20',
5+
version='0.2.21',
66
author='Steven Diamond, Eric Chu, Stephen Boyd',
77
88
packages=['cvxpy',

0 commit comments

Comments
 (0)