Skip to content

Commit 1392223

Browse files
committed
Bump version: 4.1.0 → 4.2.0
1 parent 6db9461 commit 1392223

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: 4.1.0
4+
:version: 4.2.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 = (4, 1, 0)
24+
VERSION = (4, 2, 0)
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)