File tree 4 files changed +9
-9
lines changed
4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 158
158
# built documents.
159
159
#
160
160
161
- version = "1.0 .0"
162
- release = "1.0 .0"
161
+ version = "1.1 .0"
162
+ release = "1.1 .0"
163
163
164
164
165
165
# The language for content autogenerated by Sphinx. Refer to documentation
Original file line number Diff line number Diff line change 13
13
from mbuild .port import Port
14
14
from mbuild .recipes import recipes
15
15
16
- __version__ = "1.0 .0"
16
+ __version__ = "1.1 .0"
Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 1.0 .0
2
+ current_version = 1.1 .0
3
3
commit = True
4
4
tag = True
5
5
message = Bump to version {new_version}
6
6
tag_name = {new_version}
7
7
8
8
[coverage:run]
9
- omit =
9
+ omit =
10
10
mbuild/examples/*
11
11
mbuild/tests/*
12
12
13
13
[coverage:report]
14
- exclude_lines =
14
+ exclude_lines =
15
15
pragma: no cover
16
-
16
+
17
17
if 0:
18
18
if __name__ == .__main__.:
19
19
def __repr__
20
20
except ImportError
21
- omit =
21
+ omit =
22
22
mbuild/examples/*
23
23
mbuild/tests/*
24
24
Original file line number Diff line number Diff line change 17
17
18
18
#####################################
19
19
NAME = "mbuild"
20
- VERSION = "1.0 .0"
20
+ VERSION = "1.1 .0"
21
21
ISRELEASED = True
22
22
if ISRELEASED :
23
23
__version__ = VERSION
You can’t perform that action at this time.
0 commit comments