Skip to content

Commit

Permalink
Bump version: 4.0.1 → 4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ask committed Sep 26, 2019
1 parent a95f1ae commit c46c366
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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 = 4.0.1
current_version = 4.0.2
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(?P<releaselevel>[a-z]+)?
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

|build-status| |coverage| |license| |wheel| |pyversion| |pyimp|

:Version: 4.0.1
:Version: 4.0.2
:Web: http://mode.readthedocs.org/
:Download: http://pypi.org/project/mode
:Source: http://github.com/ask/mode
Expand Down
2 changes: 1 addition & 1 deletion docs/includes/introduction.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
:Version: 4.0.1
:Version: 4.0.2
:Web: http://mode.readthedocs.org/
:Download: http://pypi.org/project/mode
:Source: http://github.com/ask/mode
Expand Down
2 changes: 1 addition & 1 deletion mode/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import typing
from typing import Any, Mapping, NamedTuple, Sequence

__version__ = '4.0.1'
__version__ = '4.0.2'
__author__ = 'Robinhood Markets'
__contact__ = '[email protected]'
__homepage__ = 'https://github.com/ask/mode'
Expand Down

0 comments on commit c46c366

Please sign in to comment.