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