Skip to content

Commit e8934a0

Browse files
author
Simon Willison
committed
Release 0.4
1 parent 8c1c941 commit e8934a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import io
33
import os
44

5-
VERSION = "0.3.1"
5+
VERSION = "0.4"
66

77

88
def get_long_description():
@@ -32,7 +32,7 @@ def get_long_description():
3232
tests_require=["csv-diff[test]"],
3333
url="https://github.com/simonw/csv-diff",
3434
classifiers=[
35-
"Development Status :: 3 - Alpha",
35+
"Development Status :: 4 - Beta",
3636
"Intended Audience :: Developers",
3737
"Intended Audience :: Science/Research",
3838
"Intended Audience :: End Users/Desktop",

0 commit comments

Comments
 (0)