Skip to content

Commit

Permalink
Bump version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Boerboom committed Dec 14, 2017
1 parent 60a840e commit 8ee3ccc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distributed_nose/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""Distribute your nose tests across multiple machines, hassle-free"""
VERSION = (1, 0, 0, '')
VERSION = (1, 1, 0, '')
__version__ = '.'.join(map(str, VERSION[0:3])) + ''.join(VERSION[3:])
__author__ = 'Wes Winham'
__contact__ = '[email protected]'
Expand Down

0 comments on commit 8ee3ccc

Please sign in to comment.