Skip to content

Commit

Permalink
Bump version: 1.0.7 → 1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Vineet Goel committed May 15, 2018
1 parent 6cd3502 commit f45d271
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

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

:Version: 1.0.7
:Version: 1.0.8
:Web: http://fauststream.com
:Download: http://pypi.python.org/pypi/faust
:Source: http://github.com/robinhood/faust
Expand Down
2 changes: 1 addition & 1 deletion docs/includes/tags.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
:Version: 1.0.7
:Version: 1.0.8
:Web: http://fauststream.com
:Download: http://pypi.python.org/pypi/faust
:Source: http://github.com/robinhood/faust
Expand Down
2 changes: 1 addition & 1 deletion faust/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
import typing
from typing import Any, Mapping, NamedTuple, Optional, Sequence, Tuple

__version__ = '1.0.7'
__version__ = '1.0.8'
__author__ = 'Robinhood Markets'
__contact__ = '[email protected]'
__homepage__ = 'http://fauststream.com'
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.0.7
current_version = 1.0.8
commit = true
tag = true
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(?P<releaselevel>[a-z]+)?
Expand Down

0 comments on commit f45d271

Please sign in to comment.