Skip to content

Commit

Permalink
Bump the version
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-breen committed May 8, 2023
1 parent ca6a8ac commit b1df4db
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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 = "xcsv-plot"
version = "0.3.0"
version = "0.4.0"
description = "Subpackage for plotting extended CSV (XCSV) files"
authors = ["Paul Breen <[email protected]>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion tests/test_xcsv_plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
base = os.path.dirname(__file__)

def test_version():
assert xp.__version__ == '0.3.0'
assert xp.__version__ == '0.4.0'

@pytest.fixture
def short_test_datasets():
Expand Down
2 changes: 1 addition & 1 deletion xcsv/plot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Date: 2022-05-13
###############################################################################

__version__ = '0.3.0'
__version__ = '0.4.0'

import re

Expand Down

0 comments on commit b1df4db

Please sign in to comment.