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 444050f commit 86b6f62Copy full SHA for 86b6f62
README.rst
@@ -1,7 +1,7 @@
1
========
2
billiard
3
4
-:version: 3.6.4.0
+:version: 4.0.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 = (3, 6, 4, 0)
+VERSION = (4, 0, 0)
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