diff --git a/csvy/__init__.py b/csvy/__init__.py index b053cda..52d6d40 100644 --- a/csvy/__init__.py +++ b/csvy/__init__.py @@ -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, diff --git a/pyproject.toml b/pyproject.toml index 92bb4fc..019b0b2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] license = "BSD-3-Clause"