Skip to content

Commit e12ddda

Browse files
committed
Bump to version 1.3.0
1 parent 3098097 commit e12ddda

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,8 @@
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

mbuild/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
from mbuild.port import Port
1818
from mbuild.recipes import recipes
1919

20-
__version__ = "1.2.1"
20+
__version__ = "1.3.0"
2121
__date__ = "2025-01-23"
2222

2323

setup.cfg

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,28 @@
11
[bumpversion]
2-
current_version = 1.2.1
2+
current_version = 1.3.0
33
commit = True
44
tag = True
55
message = Bump to version {new_version}
66
tag_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+

0 commit comments

Comments
 (0)