Skip to content

Commit

Permalink
Upgrade master to develop in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Nov 1, 2021
1 parent 49b2034 commit 06f6f56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
__author__ = 'Abhinav Singh'
__author_email__ = 'mailsforabhinav@gmail.com'
__homepage__ = 'https://github.com/abhinavsingh/proxy.py'
__download_url__ = '%s/archive/master.zip' % __homepage__
__download_url__ = '%s/archive/develop.zip' % __homepage__
__license__ = 'BSD'

if __name__ == '__main__':
Expand Down

0 comments on commit 06f6f56

Please sign in to comment.