Skip to content

Commit 5c02aa1

Browse files
committed
build: Publish from a newer python version.
1 parent 8971693 commit 5c02aa1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pypi-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: setup python
1616
uses: actions/setup-python@v2
1717
with:
18-
python-version: 3.8
18+
python-version: 3.12
1919

2020
- name: Install pip
2121
run: pip install -r requirements/pip.txt

super_csv/__init__.py

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

5-
__version__ = '4.0.0'
5+
__version__ = '4.0.1'

0 commit comments

Comments
 (0)