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 10114cb commit fa719c6Copy full SHA for fa719c6
lib/fdiff/__init__.py
@@ -1,3 +1,3 @@
1
#!/usr/bin/env python3
2
3
-version = __version__ = "0.6.0.dev0"
+version = __version__ = "1.0.0.dev0"
setup.py
@@ -73,7 +73,7 @@
73
python_requires=REQUIRES_PYTHON,
74
entry_points={"console_scripts": ["fdiff = fdiff.__main__:main"]},
75
classifiers=[
76
- "Development Status :: 4 - Beta",
+ "Development Status :: 5 - Production/Stable",
77
"Environment :: Console",
78
"Intended Audience :: Developers",
79
"Intended Audience :: End Users/Desktop",
@@ -84,5 +84,6 @@
84
"Programming Language :: Python :: 3",
85
"Programming Language :: Python :: 3.6",
86
"Programming Language :: Python :: 3.7",
87
+ "Topic :: Multimedia",
88
],
89
)
0 commit comments