diff --git a/setup.cfg b/setup.cfg index 13618db..07afd6e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = passiveagent -version = 0.1.8 +version = 0.1.9 [options] packages = passiveagent diff --git a/setup.py b/setup.py index c1daead..dda9458 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='passiveagent', - version='0.1.8', + version='0.1.9', install_requires=['requests'], scripts=['passiveagent.py'] )