Skip to content

Commit

Permalink
Prep for 0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
brd committed Oct 20, 2021
1 parent 7d6c3ac commit 2a06d37
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.8
version = 0.1.9

[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.8',
version='0.1.9',
install_requires=['requests'],
scripts=['passiveagent.py']
)

0 comments on commit 2a06d37

Please sign in to comment.