From 9497a6be65516969f4b785c55b20f1a545862bf0 Mon Sep 17 00:00:00 2001 From: Asif Saif Uddin Date: Wed, 14 Dec 2022 14:35:28 +0600 Subject: [PATCH] =?UTF-8?q?Bump=20version:=204.0.2=20=E2=86=92=204.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.rst | 2 +- billiard/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 2520990..22517e9 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,7 @@ ======== billiard ======== -:version: 4.0.2 +:version: 4.1.0 |build-status-lin| |build-status-win| |license| |wheel| |pyversion| |pyimp| diff --git a/billiard/__init__.py b/billiard/__init__.py index abd0294..af216c9 100644 --- a/billiard/__init__.py +++ b/billiard/__init__.py @@ -21,7 +21,7 @@ import sys from . import context -VERSION = (4, 0, 2) +VERSION = (4, 1, 0) __version__ = '.'.join(map(str, VERSION[0:4])) + "".join(VERSION[4:]) __author__ = 'R Oudkerk / Python Software Foundation' __author_email__ = 'python-dev@python.org'