Skip to content

Commit ccd7252

Browse files
author
Roman
authored
Update setup.py
1 parent cba2906 commit ccd7252

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
author_email="[email protected]",
1717
description=("A cross-platform lightweight native wrapper around a web view component"),
1818
url="http://github.com/r0x0r/pywebview",
19-
download_url="https://github.com/r0x0r/pywebview/archive/1.2.1.tar.gz",
19+
download_url="https://github.com/r0x0r/pywebview/archive/1.2.2.tar.gz",
2020
keywords=["gui", "webkit", "html", "web"],
2121
install_requires=install_requires,
22-
version="1.2.1",
22+
version="1.2.2",
2323
packages=["webview",],
2424
license="New BSD license",
2525
classifiers=[

0 commit comments

Comments
 (0)