diff --git a/README.rst b/README.rst index 4ab0dc061..81030876f 100644 --- a/README.rst +++ b/README.rst @@ -8,7 +8,7 @@ |build-status| |coverage| |license| |wheel| |pyversion| |pyimp| -:Version: 1.9.0 +:Version: 1.10.0 :Web: http://faust.readthedocs.io/ :Download: http://pypi.org/project/faust :Source: http://github.com/robinhood/faust diff --git a/docs/includes/tags.txt b/docs/includes/tags.txt index ba5507b4f..f46405724 100644 --- a/docs/includes/tags.txt +++ b/docs/includes/tags.txt @@ -1,4 +1,4 @@ -:Version: 1.9.0 +:Version: 1.10.0 :Web: http://faust.readthedocs.io/ :Download: http://pypi.org/project/faust :Source: http://github.com/robinhood/faust diff --git a/faust/__init__.py b/faust/__init__.py index cec93c02e..05796c2ae 100644 --- a/faust/__init__.py +++ b/faust/__init__.py @@ -24,7 +24,7 @@ from typing import Any, Mapping, NamedTuple, Optional, Sequence, Tuple -__version__ = '1.9.0' +__version__ = '1.10.0' __author__ = 'Robinhood Markets, Inc.' __contact__ = 'contact@fauststream.com' __homepage__ = 'http://faust.readthedocs.io/' diff --git a/setup.cfg b/setup.cfg index 09cd68294..935e7cb2d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,9 +1,9 @@ [bumpversion] -current_version = 1.9.0 +current_version = 1.10.0 commit = true tag = true parse = (?P\d+)\.(?P\d+)\.(?P\d+)(?P[a-z]+)? -serialize = +serialize = {major}.{minor}.{patch}{releaselevel} {major}.{minor}.{patch}