Skip to content

Commit

Permalink
v3.6.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
auvipy committed Apr 1, 2021
1 parent 741efff commit ce45e03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
========
billiard
========
:version: 3.6.3.0
:version: 3.6.4.0

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

Expand Down
2 changes: 1 addition & 1 deletion billiard/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
import sys
from . import context

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

0 comments on commit ce45e03

Please sign in to comment.