Skip to content

Commit

Permalink
Prep for 0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
brd committed Oct 15, 2021
1 parent 63113a5 commit 8e739c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = passiveagent
version = 0.1.7
version = 0.1.8

[options]
packages = passiveagent
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='passiveagent',
version='0.1.7',
version='0.1.8',
install_requires=['requests'],
scripts=['lite.py']
)

0 comments on commit 8e739c0

Please sign in to comment.