Skip to content

Commit 69dccba

Browse files
author
Roman Sirokov
committed
Update setup.py
1 parent e1f9c1b commit 69dccba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@
2525
long_description=long_description,
2626
long_description_content_type='text/markdown',
2727
url='https://github.com/r0x0r/pywebview',
28-
download_url='https://github.com/r0x0r/pywebview/archive/3.0.1.tar.gz',
28+
download_url='https://github.com/r0x0r/pywebview/archive/3.0.2.tar.gz',
2929
keywords=['gui', 'webkit', 'html', 'web'],
3030
install_requires=install_requires,
3131
extras_require=extras_require,
32-
version='3.0.1',
32+
version='3.0.2',
3333
include_package_data=True,
3434
packages=['webview', 'webview.js', 'webview.platforms'],
3535
package_dir={'webview': 'webview'},

0 commit comments

Comments
 (0)