We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c1c941 commit e8934a0Copy full SHA for e8934a0
setup.py
@@ -2,7 +2,7 @@
2
import io
3
import os
4
5
-VERSION = "0.3.1"
+VERSION = "0.4"
6
7
8
def get_long_description():
@@ -32,7 +32,7 @@ def get_long_description():
32
tests_require=["csv-diff[test]"],
33
url="https://github.com/simonw/csv-diff",
34
classifiers=[
35
- "Development Status :: 3 - Alpha",
+ "Development Status :: 4 - Beta",
36
"Intended Audience :: Developers",
37
"Intended Audience :: Science/Research",
38
"Intended Audience :: End Users/Desktop",
0 commit comments