Skip to content

Commit 7f36ed6

Browse files
committed
bumping to multiprocess-0.70.10
1 parent 6a9d6eb commit 7f36ed6

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

py2.6/multiprocess/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
4141
#
4242

43-
__version__ = '0.70.10.dev0'
43+
__version__ = '0.70.10'
4444

4545
__all__ = [
4646
'Process', 'current_process', 'active_children', 'freeze_support',

py2.7/multiprocess/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
# SUCH DAMAGE.
4242
#
4343

44-
__version__ = '0.70.10.dev0'
44+
__version__ = '0.70.10'
4545

4646
__all__ = [
4747
'Process', 'current_process', 'active_children', 'freeze_support',

py3.1/multiprocess/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
# SUCH DAMAGE.
4242
#
4343

44-
__version__ = '0.70.10.dev0'
44+
__version__ = '0.70.10'
4545

4646
__all__ = [
4747
'Process', 'current_process', 'active_children', 'freeze_support',

py3.2/multiprocess/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
# SUCH DAMAGE.
4242
#
4343

44-
__version__ = '0.70.10.dev0'
44+
__version__ = '0.70.10'
4545

4646
__all__ = [
4747
'Process', 'current_process', 'active_children', 'freeze_support',

py3.3/multiprocess/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# Licensed to PSF under a Contributor Agreement.
1717
#
1818

19-
__version__ = '0.70.10.dev0'
19+
__version__ = '0.70.10'
2020

2121
__all__ = [
2222
'Process', 'current_process', 'active_children', 'freeze_support',

py3.4/multiprocess/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
import sys
1616
from . import context
1717

18-
__version__ = '0.70.10.dev0'
18+
__version__ = '0.70.10'
1919

2020
#
2121
# Copy stuff from default context

py3.5/multiprocess/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
import sys
1616
from . import context
1717

18-
__version__ = '0.70.10.dev0'
18+
__version__ = '0.70.10'
1919

2020
#
2121
# Copy stuff from default context

py3.6/multiprocess/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
import sys
1616
from . import context
1717

18-
__version__ = '0.70.10.dev0'
18+
__version__ = '0.70.10'
1919

2020
#
2121
# Copy stuff from default context

py3.7/multiprocess/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
import sys
1616
from . import context
1717

18-
__version__ = '0.70.10.dev0'
18+
__version__ = '0.70.10'
1919

2020
#
2121
# Copy stuff from default context

py3.8/multiprocess/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
import sys
1616
from . import context
1717

18-
__version__ = '0.70.10.dev0'
18+
__version__ = '0.70.10'
1919

2020
#
2121
# Copy stuff from default context

0 commit comments

Comments
 (0)