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 6db9461 commit 1392223Copy full SHA for 1392223
README.rst
@@ -1,7 +1,7 @@
1
========
2
billiard
3
4
-:version: 4.1.0
+:version: 4.2.0
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, 1, 0)
+VERSION = (4, 2, 0)
25
__version__ = '.'.join(map(str, VERSION[0:4])) + "".join(VERSION[4:])
26
__author__ = 'R Oudkerk / Python Software Foundation'
27
__author_email__ = '[email protected]'
0 commit comments