From 4c981bf987f6484e71a07100642718a3d2a81e3c Mon Sep 17 00:00:00 2001 From: Nostrademous Date: Fri, 11 Jan 2019 09:23:05 -0500 Subject: [PATCH] bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0596bb0..d4ca57f 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="pydota2", - version="0.1.0", + version="0.1.1", author="Andrzej Gorski", author_email="nostrademous@hotmail.com", description="pydota2 is a framework to play Dota 2 leveraging Tim Zaman's dotaservice and dotaclient work",