Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
auvipy committed Nov 15, 2019
1 parent 872c95f commit 2c5ef59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion billiard/__init__.py
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@
import sys
from . import context

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

0 comments on commit 2c5ef59

Please sign in to comment.