Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mnot committed Nov 15, 2018
1 parent 86c3f29 commit d93f5f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thor/__init__.py
Expand Up @@ -32,7 +32,7 @@
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
"""
__version__ = "0.7.0"
__version__ = "0.7.1"

from thor.loop import run, stop, time, schedule, running, debug
from thor.tcp import TcpClient, TcpServer
Expand Down

0 comments on commit d93f5f9

Please sign in to comment.