Skip to content

Commit

Permalink
Bump version: 0.14 --> 0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
Arjun Chennu committed Dec 18, 2020
1 parent b4a7478 commit 21b1006
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.14
current_version = 0.15
commit = False
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)(\.(?P<patch>\d+))?
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,9 @@
# the built documents.
#
# The short X.Y version.
version = "0.14"
version = "0.15"
# The full version, including alpha/beta/rc tags.
release = "0.14"
release = "0.15"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion microbenthos/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

__author__ = """Arjun Chennu"""
__email__ = '[email protected]'
__version__ = '0.14'
__version__ = '0.15'

import logging

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

setup(
name='microbenthos',
version='0.14',
version='0.15',
description= \
"Modeling framework for microbenthic habitats useful for studies in "
"biogeochemistry and marine microbial ecology.",
Expand Down

0 comments on commit 21b1006

Please sign in to comment.