File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 162
162
# built documents.
163
163
#
164
164
165
- version = "0.16.4 "
166
- release = "0.16.4 "
165
+ version = "0.17.0 "
166
+ release = "0.17.0 "
167
167
168
168
169
169
# The language for content autogenerated by Sphinx. Refer to documentation
Original file line number Diff line number Diff line change 11
11
from mbuild .port import Port
12
12
from mbuild .recipes import recipes
13
13
14
- __version__ = "0.16.4 "
14
+ __version__ = "0.17.0 "
Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.16.4
2
+ current_version = 0.17.0
3
3
commit = True
4
4
tag = True
5
5
message = Bump to version {new_version}
Original file line number Diff line number Diff line change 17
17
18
18
#####################################
19
19
NAME = "mbuild"
20
- VERSION = "0.16.4 "
20
+ VERSION = "0.17.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