Skip to content

Commit ff7fc0c

Browse files
committed
Bump version: 0.6.1 → 0.6.2
1 parent 854114a commit ff7fc0c

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

cobra/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
from cobra.core import (
1313
DictList, Gene, Metabolite, Model, Object, Reaction, Species)
1414

15-
__version__ = "0.6.1"
15+
__version__ = "0.6.2"
1616

1717
# set the warning format to be prettier and fit on one line
1818
_cobra_path = _dirname(_abspath(__file__))

setup.cfg

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
[bumpversion]
2-
current_version = 0.6.1
2+
current_version = 0.6.2
33
commit = True
44
tag = True
55
parse = (?P<major>\d+)
66
\.(?P<minor>\d+)
77
\.(?P<patch>\d+)
88
(?P<release>[a]*)(?P<num>\d*)
9-
serialize =
9+
serialize =
1010
{major}.{minor}.{patch}{release}{num}
1111
{major}.{minor}.{patch}
1212
tag_name = {new_version}
1313

1414
[bumpversion:part:release]
1515
optional_value = placeholder
1616
first_value = placeholder
17-
values =
17+
values =
1818
placeholder
19-
a
19+
a
2020

2121
[bumpversion:file:setup.py]
2222
search = version="{current_version}"
@@ -51,3 +51,4 @@ line_length = 79
5151
multi_line_output = 4
5252
known_third_party = future,six
5353
known_first_party = cobra
54+

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ def build_extension(self, ext):
144144

145145
setup(
146146
name="cobra",
147-
version="0.6.1",
147+
version="0.6.2",
148148
packages=find_packages(),
149149
setup_requires=setup_requirements,
150150
install_requires=["future", "swiglpk", "optlang>=1.1.5", "ruamel.yaml<0.15",

0 commit comments

Comments
 (0)