File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 158158# built documents.
159159#
160160
161- version = "1.0 .0"
162- release = "1.0 .0"
161+ version = "1.1 .0"
162+ release = "1.1 .0"
163163
164164
165165# The language for content autogenerated by Sphinx. Refer to documentation
Original file line number Diff line number Diff line change 1313from mbuild .port import Port
1414from mbuild .recipes import recipes
1515
16- __version__ = "1.0 .0"
16+ __version__ = "1.1 .0"
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 1.0 .0
2+ current_version = 1.1 .0
33commit = True
44tag = True
55message = Bump to version {new_version}
66tag_name = {new_version}
77
88[coverage:run]
9- omit =
9+ omit =
1010 mbuild/examples/*
1111 mbuild/tests/*
1212
1313[coverage:report]
14- exclude_lines =
14+ exclude_lines =
1515 pragma: no cover
16-
16+
1717 if 0:
1818 if __name__ == .__main__.:
1919 def __repr__
2020 except ImportError
21- omit =
21+ omit =
2222 mbuild/examples/*
2323 mbuild/tests/*
2424
Original file line number Diff line number Diff line change 1717
1818#####################################
1919NAME = "mbuild"
20- VERSION = "1.0 .0"
20+ VERSION = "1.1 .0"
2121ISRELEASED = True
2222if ISRELEASED :
2323 __version__ = VERSION
You can’t perform that action at this time.
0 commit comments