Skip to content

Commit dd19a09

Browse files
committed
Bump version: 4.0.1 → 4.0.2
1 parent 2526500 commit dd19a09

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
========
22
billiard
33
========
4-
:version: 4.0.1
4+
:version: 4.0.2
55

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

billiard/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
import sys
2222
from . import context
2323

24-
VERSION = (4, 0, 1)
24+
VERSION = (4, 0, 2)
2525
__version__ = '.'.join(map(str, VERSION[0:4])) + "".join(VERSION[4:])
2626
__author__ = 'R Oudkerk / Python Software Foundation'
2727
__author_email__ = '[email protected]'

0 commit comments

Comments
 (0)