From 329162e5d60197a9f11c99baccf20ccff24e911d Mon Sep 17 00:00:00 2001 From: Brad Davis Date: Thu, 14 Oct 2021 16:03:55 -0600 Subject: [PATCH] Prep for 0.1.5 --- setup.cfg | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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'] )