Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mnot committed Sep 28, 2016
1 parent 95c3c55 commit ebece18
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.3.2"
__version__ = "0.3.3"

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

0 comments on commit ebece18

Please sign in to comment.