Skip to content
This repository has been archived by the owner on Apr 3, 2023. It is now read-only.

Commit

Permalink
update common version and bump up client version (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
aTonyXiao authored May 8, 2019
1 parent 262962b commit e8f3083
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Click==6.7
requests>=2.20.0

bugswarm-common==0.1.12
bugswarm-common==0.1.13
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name='bugswarm-client',
version='0.1.4',
version='0.1.6',
url='https://github.com/BugSwarm/client',
author='BugSwarm',
author_email='[email protected]',
Expand All @@ -22,7 +22,7 @@
install_requires=[
'Click==6.7',
'requests>=2.20.0',
'bugswarm-common==0.1.12',
'bugswarm-common==0.1.13',
],

entry_points={
Expand Down

0 comments on commit e8f3083

Please sign in to comment.