Skip to content

Commit 90eed00

Browse files
committed
Bump to version 1.1.0
1 parent 052ccdf commit 90eed00

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

docs/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,8 @@
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

mbuild/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
from mbuild.port import Port
1414
from mbuild.recipes import recipes
1515

16-
__version__ = "1.0.0"
16+
__version__ = "1.1.0"

setup.cfg

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
[bumpversion]
2-
current_version = 1.0.0
2+
current_version = 1.1.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

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
#####################################
1919
NAME = "mbuild"
20-
VERSION = "1.0.0"
20+
VERSION = "1.1.0"
2121
ISRELEASED = True
2222
if ISRELEASED:
2323
__version__ = VERSION

0 commit comments

Comments
 (0)