Skip to content

Commit

Permalink
Bump version: 0.9 --> 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
achennu committed May 4, 2018
1 parent 7968c5d commit 075795d
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.9
current_version = 0.9.1
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.9"
version = "0.9.1"
# The full version, including alpha/beta/rc tags.
release = "0.9"
release = "0.9.1"

# 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.9'
__version__ = '0.9.1'

import logging

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

setup(
name='microbenthos',
version='0.9',
version='0.9.1',
description="Modeling framework for microbenthic habitats useful for studies in "
"biogeochemistry and marine microbial ecology.",
long_description=get_description(),
Expand Down

0 comments on commit 075795d

Please sign in to comment.