Skip to content

Commit 05309da

Browse files
committed
version verify
1 parent 4a02637 commit 05309da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.me

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ My reference implementation for csv tools in mojo
66
with open(in_csv, "r") as fi:
77
var rd = CsvReader(fi.read())```
88

9-
_working on build v24.4 (2024-06-07)_
9+
_working on build v25.5 (2025-01-08)_

mojoproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
authors = ["Josh S Wilkinson <joshswilkinson@pm.me>"]
33
channels = ["conda-forge", "https://conda.modular.com/max"]
4-
description = "Add a short description here"
4+
description = "csv parser in mojo"
55
name = "mojo_csv"
66
platforms = ["linux-64"]
77
version = "0.1.0"

0 commit comments

Comments
 (0)