Skip to content

Commit 86b6f62

Browse files
committed
v4.0.0
1 parent 444050f commit 86b6f62

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
========
22
billiard
33
========
4-
:version: 3.6.4.0
4+
:version: 4.0.0
55

66
|build-status-lin| |build-status-win| |license| |wheel| |pyversion| |pyimp|
77

billiard/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
import sys
2222
from . import context
2323

24-
VERSION = (3, 6, 4, 0)
24+
VERSION = (4, 0, 0)
2525
__version__ = '.'.join(map(str, VERSION[0:4])) + "".join(VERSION[4:])
2626
__author__ = 'R Oudkerk / Python Software Foundation'
2727
__author_email__ = 'python-dev@python.org'

0 commit comments

Comments
 (0)