Skip to content

Commit

Permalink
Bump to version 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
daico007 committed Mar 1, 2022
1 parent b8e74f2 commit d4f290d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,8 @@
# built documents.
#

version = "0.13.1"
release = "0.13.1"
version = "0.14.0"
release = "0.14.0"


# The language for content autogenerated by Sphinx. Refer to documentation
Expand Down
2 changes: 1 addition & 1 deletion mbuild/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
from mbuild.port import Port
from mbuild.recipes import recipes

__version__ = "0.13.1"
__version__ = "0.14.0"
10 changes: 5 additions & 5 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
[bumpversion]
current_version = 0.13.1
current_version = 0.14.0
commit = True
tag = True
message = Bump to version {new_version}
tag_name = {new_version}

[coverage:run]
omit =
omit =
mbuild/examples/*
mbuild/tests/*

[coverage:report]
exclude_lines =
exclude_lines =
pragma: no cover

if 0:
if __name__ == .__main__.:
def __repr__
except ImportError
omit =
omit =
mbuild/examples/*
mbuild/tests/*

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

#####################################
NAME = "mbuild"
VERSION = "0.13.1"
VERSION = "0.14.0"
ISRELEASED = True
if ISRELEASED:
__version__ = VERSION
Expand Down

0 comments on commit d4f290d

Please sign in to comment.