Skip to content

Commit ce45e03

Browse files
committed
v3.6.4.0
1 parent 741efff commit ce45e03

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: 3.6.3.0
4+
:version: 3.6.4.0
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
@@ -22,7 +22,7 @@
2222
import sys
2323
from . import context
2424

25-
VERSION = (3, 6, 3, 0)
25+
VERSION = (3, 6, 4, 0)
2626
__version__ = '.'.join(map(str, VERSION[0:4])) + "".join(VERSION[4:])
2727
__author__ = 'R Oudkerk / Python Software Foundation'
2828
__author_email__ = '[email protected]'

0 commit comments

Comments
 (0)