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.
2 parents 4f74355 + 5c34b84 commit 20ef87bCopy full SHA for 20ef87b
dpath/version.py
@@ -1 +1 @@
1
-VERSION = "2.0.2"
+VERSION = "2.0.3"
setup.py
@@ -25,6 +25,7 @@
25
scripts=[],
26
packages=["dpath"],
27
data_files=[],
28
+ python_requires=">=3",
29
classifiers=[
30
'Development Status :: 5 - Production/Stable',
31
'Environment :: Console',
0 commit comments