Skip to content

Commit f3819d7

Browse files
authored
fix: fix PyPi release issue (#91)
1 parent 2ce1597 commit f3819d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

super_csv/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
CSV Processor.
33
"""
44

5-
__version__ = '2.1.2'
5+
__version__ = '2.1.4'
66

77
default_app_config = 'super_csv.apps.SuperCSVConfig' # pylint: disable=invalid-name

0 commit comments

Comments
 (0)