Skip to content

Commit

Permalink
Bump version: 4.1.0 → 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
auvipy committed Nov 6, 2023
1 parent 6db9461 commit 1392223
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: 4.1.0
:version: 4.2.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 @@ -21,7 +21,7 @@
import sys
from . import context

VERSION = (4, 1, 0)
VERSION = (4, 2, 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 1392223

Please sign in to comment.