diff --git a/README.rst b/README.rst index c7eafcc..2520990 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,7 @@ ======== billiard ======== -:version: 4.0.1 +:version: 4.0.2 |build-status-lin| |build-status-win| |license| |wheel| |pyversion| |pyimp| diff --git a/billiard/__init__.py b/billiard/__init__.py index ed00882..abd0294 100644 --- a/billiard/__init__.py +++ b/billiard/__init__.py @@ -21,7 +21,7 @@ import sys from . import context -VERSION = (4, 0, 1) +VERSION = (4, 0, 2) __version__ = '.'.join(map(str, VERSION[0:4])) + "".join(VERSION[4:]) __author__ = 'R Oudkerk / Python Software Foundation' __author_email__ = 'python-dev@python.org'