Skip to content

Commit

Permalink
Modify setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Corefinder authored and Corefinder committed Nov 6, 2019
1 parent d0fdd5e commit 904b554
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name = 'browserium',
version = '2.1.0',
version = '2.1.1',
description = 'A single endpoint for your browser driver configuration',
author = [
'Soumyajit Basu',
Expand Down Expand Up @@ -50,7 +50,7 @@
]
},
url = "https://github.com/browserium/Browserium",
download_url = "https://github.com/browserium/Browserium/archive/2.1.0.tar.gz",
download_url = "https://github.com/browserium/Browserium/archive/2.1.1.tar.gz",
long_description = long_description,
long_description_content_type = 'text/markdown'
)

0 comments on commit 904b554

Please sign in to comment.