Skip to content

Commit fa719c6

Browse files
committed
v1.0.0.dev0
1 parent 10114cb commit fa719c6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

lib/fdiff/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/usr/bin/env python3
22

3-
version = __version__ = "0.6.0.dev0"
3+
version = __version__ = "1.0.0.dev0"

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
python_requires=REQUIRES_PYTHON,
7474
entry_points={"console_scripts": ["fdiff = fdiff.__main__:main"]},
7575
classifiers=[
76-
"Development Status :: 4 - Beta",
76+
"Development Status :: 5 - Production/Stable",
7777
"Environment :: Console",
7878
"Intended Audience :: Developers",
7979
"Intended Audience :: End Users/Desktop",
@@ -84,5 +84,6 @@
8484
"Programming Language :: Python :: 3",
8585
"Programming Language :: Python :: 3.6",
8686
"Programming Language :: Python :: 3.7",
87+
"Topic :: Multimedia",
8788
],
8889
)

0 commit comments

Comments
 (0)