We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2526500 commit dd19a09Copy full SHA for dd19a09
README.rst
@@ -1,7 +1,7 @@
1
========
2
billiard
3
4
-:version: 4.0.1
+:version: 4.0.2
5
6
|build-status-lin| |build-status-win| |license| |wheel| |pyversion| |pyimp|
7
billiard/__init__.py
@@ -21,7 +21,7 @@
21
import sys
22
from . import context
23
24
-VERSION = (4, 0, 1)
+VERSION = (4, 0, 2)
25
__version__ = '.'.join(map(str, VERSION[0:4])) + "".join(VERSION[4:])
26
__author__ = 'R Oudkerk / Python Software Foundation'
27
__author_email__ = 'python-dev@python.org'
0 commit comments