diff --git a/setup.cfg b/setup.cfg index 35a79d5..36df73c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = passiveagent -version = 0.1.3 +version = 0.1.5 [options] packages = passiveagent diff --git a/setup.py b/setup.py index 7a0b898..20f2cc3 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='passiveagent', - version='0.1.3', + version='0.1.5', install_requires=['requests'], scripts=['lite.py'] )