File tree Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 158158# built documents.
159159#
160160
161- version = "1.2.1 "
162- release = "1.2.1 "
161+ version = "1.3.0 "
162+ release = "1.3.0 "
163163
164164
165165# The language for content autogenerated by Sphinx. Refer to documentation
Original file line number Diff line number Diff line change 1717from mbuild .port import Port
1818from mbuild .recipes import recipes
1919
20- __version__ = "1.2.1 "
20+ __version__ = "1.3.0 "
2121__date__ = "2025-01-23"
2222
2323
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 1.2.1
2+ current_version = 1.3.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
2525[bumpversion:file:mbuild/__init__.py]
2626
2727[bumpversion:file:docs/conf.py]
28+
You can’t perform that action at this time.
0 commit comments