We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e8ba87 commit 285cf93Copy full SHA for 285cf93
setup.py
@@ -10,14 +10,14 @@
10
11
setup(
12
name = "watch_path",
13
- version = "0.0.2",
+ version = "0.0.3",
14
author = "S0AndS0",
15
author_email = "StrangerThanBland@gmail.com",
16
description = "Simple wrapper for `os.stat`, calls callback function time-stamp changes",
17
long_description = long_description,
18
long_description_content_type = "text/markdown",
19
url = "https://github.com/python-utilities/watch_path",
20
- download_url = 'https://github.com/python-utilities/watch_path/archive/v0.0.2.tar.gz',
+ download_url = 'https://github.com/python-utilities/watch_path/archive/v0.0.3.tar.gz',
21
packages = find_packages(),
22
classifiers = [
23
'Development Status :: 3 - Alpha',
0 commit comments