From 6965997d41672af44efe5298bf95ca02e65b69a1 Mon Sep 17 00:00:00 2001 From: back-to Date: Mon, 22 Oct 2018 15:23:27 +0200 Subject: [PATCH] LiveProxy 0.1.0 --- README.md | 2 +- liveproxy/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 30c6601..991c013 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# LiveProxy +# LiveProxy 0.1.0 [![Build Status](https://travis-ci.org/back-to/liveproxy.svg?branch=master)](https://travis-ci.org/back-to/liveproxy) diff --git a/liveproxy/__init__.py b/liveproxy/__init__.py index 84e805b..438d9cd 100644 --- a/liveproxy/__init__.py +++ b/liveproxy/__init__.py @@ -1,3 +1,3 @@ # -*- coding: utf-8 -*- -__version__ = '0.0.4.dev2' +__version__ = '0.1.0'