Skip to content

Commit 900927e

Browse files
committed
Bump to 0.8.4 - no lower column names in csvs
1 parent 2295cd2 commit 900927e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Copyright (c) Cosmo Tech corporation.
22
# Licensed under the MIT license.
33

4-
__version__ = '0.8.3'
4+
__version__ = '0.8.4'

cosmotech/coal/store/store.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class Store:
1111

1212
@staticmethod
1313
def sanitize_column(column_name: str) -> str:
14-
return column_name.replace(" ", "_").lower()
14+
return column_name.replace(" ", "_")
1515

1616
def __init__(
1717
self,

0 commit comments

Comments
 (0)