Skip to content

Commit 0e09150

Browse files
committed
Bump version: 2.0.12 → 2.0.13
1 parent f2f5a19 commit 0e09150

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2.0.12
2+
current_version = 2.0.13
33
files = setup.py src/ecos/version.py
44
commit = True
55
tag = True

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def finalize_options(self):
6262

6363
setup(
6464
name = 'ecos',
65-
version = '2.0.12',
65+
version = '2.0.13',
6666
author = 'Alexander Domahidi, Eric Chu, Han Wang, Santiago Akle',
6767
6868
url = 'http://github.com/embotech/ecos',

src/ecos/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__="2.0.12"
1+
__version__="2.0.13"

0 commit comments

Comments
 (0)