Skip to content

Commit

Permalink
🔖 Update version to 0.2.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
dalonsoa committed Dec 17, 2024
1 parent d210c65 commit d7cc555
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion csvy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Python reader/writer for CSV files with YAML header information."""

__version__ = "0.2.2"
__version__ = "0.2.3"
from .readers import ( # noqa: F401
read_header,
read_metadata,
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pycsvy"
version = "0.2.2"
version = "0.2.3"
description = "Python reader/writer for CSV files with YAML header information."
authors = ["Diego Alonso Álvarez <d.alonso-alvarez@imperial.ac.uk>"]
license = "BSD-3-Clause"
Expand Down

0 comments on commit d7cc555

Please # to comment.