diff --git a/pyproject.toml b/pyproject.toml index 434be93..69f74af 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "xcsv-plot" -version = "0.4.1" +version = "0.4.2" description = "Subpackage for plotting extended CSV (XCSV) files" authors = ["Paul Breen "] readme = "README.md" diff --git a/tests/test_xcsv_plot.py b/tests/test_xcsv_plot.py index 4e5489d..2dc8edf 100644 --- a/tests/test_xcsv_plot.py +++ b/tests/test_xcsv_plot.py @@ -8,7 +8,7 @@ base = os.path.dirname(__file__) def test_version(): - assert xp.__version__ == '0.4.1' + assert xp.__version__ == '0.4.2' @pytest.fixture def short_test_datasets(): diff --git a/xcsv/plot/__init__.py b/xcsv/plot/__init__.py index 1e5cb18..c3ad517 100644 --- a/xcsv/plot/__init__.py +++ b/xcsv/plot/__init__.py @@ -5,7 +5,7 @@ # Date: 2022-05-13 ############################################################################### -__version__ = '0.4.1' +__version__ = '0.4.2' import re