Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman authored Oct 10, 2016
1 parent cba2906 commit ccd7252
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 @@ -16,10 +16,10 @@
author_email="[email protected]",
description=("A cross-platform lightweight native wrapper around a web view component"),
url="http://github.com/r0x0r/pywebview",
download_url="https://github.com/r0x0r/pywebview/archive/1.2.1.tar.gz",
download_url="https://github.com/r0x0r/pywebview/archive/1.2.2.tar.gz",
keywords=["gui", "webkit", "html", "web"],
install_requires=install_requires,
version="1.2.1",
version="1.2.2",
packages=["webview",],
license="New BSD license",
classifiers=[
Expand Down

0 comments on commit ccd7252

Please sign in to comment.